How to get the contents of the wav file into array so as to cut the required segment and convert it
Posted
by kaushik
on Stack Overflow
See other posts from Stack Overflow
or by kaushik
Published on 2010-05-21T09:43:14Z
Indexed on
2010/05/23
7:30 UTC
Read the original article
Hit count: 328
How to get the contents of the wav file into array so as to cut the required segment and convert it back to wav format using python?? My prob is similar to "ROMANs" prob,i hav seen earlier in the post at this site..
Basically,i want to combine parts of different wav file into one wav file?? if there is ne other apporach thn takin the contents into an array and cuting part and combining and again converting bac? please suggest...
edited:
I prefer unpacking the contents of the wave file into an array and editing by cutting the required segment of sound from the wav file,as i am working on speech processing,and guess this way would be easy to enchance the quality of sound later...
can ne one suggest a way for this?? Plz help..
Thanks in advance.
© Stack Overflow or respective owner