Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > .WAV processing library ?

Reply
Thread Tools

.WAV processing library ?

 
 
Chris Stiles
Guest
Posts: n/a
 
      01-26-2005

Hi --

Is there a library available for python that will enable me to process .wav
files ?

Preferably extensible so I can write handlers for dealing with the non audio
sections.

--
regards, chris
 
Reply With Quote
 
 
 
 
Fredrik Lundh
Guest
Posts: n/a
 
      01-26-2005
Chris Stiles wrote:

> Is there a library available for python that will enable me to process .wav
> files ?
>
> Preferably extensible so I can write handlers for dealing with the non audio
> sections.


Kåre Sjölander's Snack library might be useful:

http://www.speech.kth.se/snack/

</F>



 
Reply With Quote
 
 
 
 
Christos TZOTZIOY Georgiou
Guest
Posts: n/a
 
      01-26-2005
On Wed, 26 Jan 2005 16:28:08 +0000, rumours say that Chris Stiles
<vp5n-> might have written:

>
>Hi --
>
>Is there a library available for python that will enable me to process .wav
>files ?


import aifc, wave, chunk

for a start.

>Preferably extensible so I can write handlers for dealing with the non audio
>sections.

--
TZOTZIOY, I speak England very best.
"Be strict when sending and tolerant when receiving." (from RFC195
I really should keep that in mind when talking with people, actually...
 
Reply With Quote
 
Chris Stiles
Guest
Posts: n/a
 
      01-26-2005
Christos "TZOTZIOY" Georgiou <> writes:
> On Wed, 26 Jan 2005 16:28:08 +0000, rumours say that Chris Stiles
> <vp5n-> might have written:
>
>>
>>Hi --
>>
>>Is there a library available for python that will enable me to process .wav
>>files ?

>
> import aifc, wave, chunk
>


AFAICT wave was very much focused on reading the audio sections of .wav files,
whereas I wanted to do more than just that. Whereas aifc was sufficiently
different to make reading .wav files a hit and miss affair.

--
regards, chris
 
Reply With Quote
 
alia_khouri@yahoo.com
Guest
Posts: n/a
 
      01-26-2005

Chris Stiles wrote:
> Is there a library available for python that will enable me to

process .wav
> files ?
>
> Preferably extensible so I can write handlers for dealing with the

non audio
> sections.



You will probably find everything you're looking for here:
http://www.python.org/moin/PythonInMusic

AK

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Processing Images: Need good library for various image formats polemon C++ 4 07-22-2007 09:35 AM
Distributed Processing Library For Java bencoe@gmail.com Java 20 07-04-2007 03:57 AM
Choosing a matrix library for image processing. Blitz++,MTL or others? Guch C++ 6 03-22-2006 02:44 PM
Post-Processing RAW vs Post-Processing TIFF Mike Henley Digital Photography 42 01-30-2005 08:26 AM
Question: processing HTML, re-write default processing action of many tags Hubert Hung-Hsien Chang Python 2 09-17-2004 03:10 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57