esddsp not support SNDCTL_DSP_CHANNELS ioctl.
Bug #66952 reported by
Tatsuya Noda
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
esound (Ubuntu) |
Confirmed
|
Wishlist
|
Unassigned |
Bug Description
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 success
3. finally, esddsp using default mode(monoral)
so, maybe real bug is 2nd behavior (ignore and successful return value),
but we seems like to support this ioctl, by OSS API reference <http://
Deferred to Feisty.