Inserting a WAV at a certain point in an audio file using python
Posted
by Onion
on Stack Overflow
See other posts from Stack Overflow
or by Onion
Published on 2010-03-12T21:17:49Z
Indexed on
2010/03/12
23:47 UTC
Read the original article
Hit count: 198
My problem is the following: I have a 2-minute long WAV file, and my aim is to insert another WAV file (7 seconds long), at a certain point in the first WAV file (say, 0:48), essentially combining the two WAVs, using python. Unfortunately I haven't been able to figure out how to do that, and was wondering if there was some obvious solution that I was missing, or if it is even feasible to do with python. Is there perhaps a library available that might provide a solution? Thanks to all in advance.
© Stack Overflow or respective owner