[Patches] [ python-Patches-489989 ] linuxaudiodev.c - fix initialization

noreply@sourceforge.net noreply@sourceforge.net
Thu, 06 Dec 2001 12:36:27 -0800


Patches item #489989, was opened at 2001-12-06 12:36
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=489989&group_id=5470

Category: Library (Lib)
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Charles G Waldman (cgw)
Assigned to: Nobody/Anonymous (nobody)
Summary: linuxaudiodev.c - fix initialization

Initial Comment:
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.


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=489989&group_id=5470