I used esddsp for testing portaudio, but sound played twice the length of original time.
so I checked source of portaudio and esddsp, they are working as:
1. portaudio use SNDCTL_DSP_CHANNELS with 2(stereo)
2. esddsp ignore this, but return successful return value
3. finally, esddsp using default mode(monoral)
I used esddsp for testing portaudio, but sound played twice the length of original time.
so I checked source of portaudio and esddsp, they are working as:
1. portaudio use SNDCTL_DSP_CHANNELS with 2(stereo)
2. esddsp ignore this, but return successful return value
3. finally, esddsp using default mode(monoral)
so, maybe real bug is 2nd behavior (ignore and successful return value), manuals. opensound. com/developer/ SNDCTL_ DSP_CHANNELS. html>.
but we seems like to support this ioctl, by OSS API reference <http://