classification
Title: Request wave support > 16 bit samples
Type: enhancement Stage: test needed
Components: Library (Lib) Versions: Python 3.2
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, murraylang
Priority: low Keywords:

Created on 2006-10-11 03:52 by murraylang, last changed 2010-08-24 22:14 by BreamoreBoy.

Messages (2)
msg54924 - (view) Author: Murray Lang (murraylang) Date: 2006-10-11 03:52
May I request that the wave library support audio
formats greater than 16 bit. I am hoping to use GNU
Radio (http://www.gnu.org/software/gnuradio/) Python
software with HPSDR (http://hpsdr.org/) hardware, but
the HPSDR audio is 24 bit. The extra dynamic range is
required for weak signal work. Many audio cards are now
coming on the market with 24 bit capability.
msg54925 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-10-11 12:39
Logged In: YES 
user_id=849994

Turning into a feature request.
History
Date User Action Args
2010-08-24 22:14:42BreamoreBoysetversions: + Python 3.2, - Python 2.7
2009-03-30 07:21:04ajaksu2setpriority: normal -> low
stage: test needed
versions: + Python 2.7
2006-10-11 03:52:09murraylangcreate