[issue1566331] Bad behaviour in .obuf*

2021-10-20 Thread Christian Heimes
Christian Heimes added the comment: Does the issue still affect supported Python and Linux versions? Majority of distros are using pipewire or pulseaudio these days. -- nosy: +christian.heimes status: open -> pending versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.6 ___

[issue1566331] Bad behaviour in .obuf*

2017-10-11 Thread Richard Aplin
Richard Aplin added the comment: Hi there yes this is very much an issue on Arm linux (e.g. Armbian). Calling any function that triggers a call to _ssize(..) - a function which is clearly intended to have no side-effects - instead resets the number of channels (and sample format?) by calling

[issue1566331] Bad behaviour in .obuf*

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue1566331] Bad behaviour in .obuf*

2010-08-24 Thread Mark Lawrence
Mark Lawrence added the comment: I think SNDCTL_SET_CHANNELS should have read SNDCTL_DSP_CHANNELS. The code was changed in r42752 so is this still a problem? -- nosy: +BreamoreBoy ___ Python tracker __

[issue1566331] Bad behaviour in .obuf*

2009-03-29 Thread Daniel Diniz
Changes by Daniel Diniz : -- priority: normal -> low stage: -> test needed type: -> behavior versions: +Python 2.6 -Python 2.4 ___ Python tracker ___