This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ashkop
Recipients akira, ashkop
Date 2015-02-25.12:56:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1424868983.09.0.0526558278505.issue22094@psf.upfronthosting.co.za>
In-reply-to
Content
It seems to me that OSS device doesn't accept more than SNDCTL_DSP_GETOSPACE. Looks like this depends on OSS version because OSS docs state that since 4.x one shouldn't use SNDCTL_DSP_GETOSPACE at all [http://manuals.opensound.com/developer/SNDCTL_DSP_GETOSPACE.html].

I have OSS 3.8.2 and I can reproduce the bug. Can someone with OSS >= 4.0 confirm that dsp.write() works as expected?
History
Date User Action Args
2015-02-25 12:56:23ashkopsetrecipients: + ashkop, akira
2015-02-25 12:56:23ashkopsetmessageid: <1424868983.09.0.0526558278505.issue22094@psf.upfronthosting.co.za>
2015-02-25 12:56:23ashkoplinkissue22094 messages
2015-02-25 12:56:22ashkopcreate