Home
last modified time | relevance | path

Searched refs:dsp_speed (Results 1 – 10 of 10) sorted by relevance

/dports/audio/ctronome/ctronome-0.5.6/
H A Ddsp.c42 dsp_speed = samplerate; in dsp_init()
96 if (debug) printf ("debug: dsp: set up speed (Hz): SNDCTL_DSP_SPEED(%d)\n",dsp_speed); in dsp_init()
97 if (ioctl (dsp_handle, SNDCTL_DSP_SPEED, &dsp_speed) == -1){ in dsp_init()
103 if (debug) printf ("debug: dsp: set speed returned '%d'\n",dsp_speed); in dsp_init()
104 if (debug && (dsp_speed != samplerate)){ in dsp_init()
H A Dctronome.c55 bpm_base_length = dsp_speed * dsp_depth * dsp_channels * 60 / bpm[0]; in main()
291 … dsp channels: '%d', samplerate: '%d', bits per sample: '%d'\n",dsp_channels,dsp_speed,dsp_format); in parm_init()
295 wav_bytes_to_read = dsp_depth * dsp_channels * dsp_speed / 2; in parm_init()
H A Dctronome.h41 dword dsp_speed; variable
/dports/audio/tosha/tosha-0.6/
H A Dpcmplay.c56 int dsp_speed = 44100; variable
69 fprintf (stderr, " -f frequency [%d]\n", dsp_speed); in usage()
82 {'f', "frequency", GLO_NUM, 0, &dsp_speed, 0},
117 ioctl (fd, SNDCTL_DSP_SPEED, &dsp_speed); in audio_open()
/dports/audio/sidplay/sidplay-base-1.0.9/audio/linux-pcsnd/
H A Daudiodrv.cpp94 int dsp_speed = frequency; in Open() local
95 if (ioctl(audioHd,SNDCTL_DSP_SPEED,&dsp_speed) == (-1)) in Open()
101 frequency = dsp_speed; in Open()
/dports/audio/play/play-1.0/
H A Dspeed.c11 int set_speed(int fd, int dsp_speed)
13 return ioctl(fd, SNDCTL_DSP_SPEED, &dsp_speed);
/dports/audio/fcplay/fcplay-0.0.1/
H A DAudioDriver.cpp201 int dsp_speed = config.frequency; in open() local
202 if (ioctl(audioHd,SNDCTL_DSP_SPEED,&dsp_speed) == (-1)) in open()
209 config.frequency = dsp_speed; in open()
/dports/audio/sidplay/sidplay-base-1.0.9/audio/oss/
H A Daudiodrv.cpp177 int dsp_speed = frequency; in Open() local
178 if (ioctl(audioHd,SNDCTL_DSP_SPEED,&dsp_speed) == (-1)) in Open()
185 frequency = dsp_speed; in Open()
/dports/sysutils/xcdroast/xcdroast-0.98alpha16/src/
H A Dwavplay.c321 gint dsp_speed = 44100; in open_linux_audio() local
348 if (ioctl (audio, SNDCTL_DSP_SPEED, &dsp_speed) == -1) { in open_linux_audio()
/dports/audio/alsa-utils/alsa-utils-1.2.2/aplay/
H A Daplay.c2369 d_printf("Channel data %d Hz\n", dsp_speed); in voc_play()
2472 (eb->mode ? "Stereo" : "Mono"), dsp_speed); in voc_play()
2630 tmp = dsp_speed * hwparams.channels * (u_int) tmp2; in begin_wave()