tags:

views:

53

answers:

2

when I am using the wave_read.readframes() I am getting the result in binary data such as /x00/x00/x00:/x16#/x05" etc a very long string

when asked for single frame it gives @/x00 or \xe3\xff or so

I want this individual frame data in integer how can I convert them into integer to store them into array.

+1  A: 

You want the struct module.

Mike DeSimone
A: 

http://stackoverflow.com/questions/3021046/wav-file-manupalation/3021065

Sjoerd
should be a comment.
SilentGhost