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.

classification
Title: linuxaudiodev.c - fix initialization
Type: Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: gvanrossum Nosy List: cgw, gvanrossum
Priority: normal Keywords: patch

Created on 2001-12-06 20:36 by cgw, last changed 2022-04-10 16:04 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
X cgw, 2001-12-06 20:36 patch for Modules/linuxaudiodev.c
Messages (2)
msg38329 - (view) Author: Charles G Waldman (cgw) (Python triager) Date: 2001-12-06 20:36
The OSS Programmer's Reference (www.4front-tech.com)
states:

*Setting Sampling Parameters

There are three parameters which affect the sound
quality (and therefore memory and bandwidth
requirements) of sampled audio data.  These are:

  ** sample format (sometimes called number of bits)
  ** number of channels (mono or stereo), and
  ** sampling rate (speed)

  NOTE:
  
It is important to always set these parameters in the
above order.  Setting sampling rate before the number
of channels doesn't work with all devices.
msg38330 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2001-12-08 17:14
Logged In: YES 
user_id=6380

Thanks!  And welcome back. Fixed in CVS, rev 2.15.
History
Date User Action Args
2022-04-10 16:04:44adminsetgithub: 35682
2001-12-06 20:36:25cgwcreate