Link to home
Start Free TrialLog in
Avatar of hlienert
hlienertFlag for Germany

asked on

How to split a WAV file in 2

Hello!
could someone show me how exactly to split a wav file in 2 separate files, at a specific time position? The new files would then have the same format as the original file.

Thank you.
Avatar of Bill H
Bill H

Yes, you can do this with an audio editor. There are many choices out there, one of the most popular is Audacity:

http://audacity.sourceforge.net/
If you are looking for code it is quite complex
As an overview if you could determine the bit rate you could use a loop to increment the amount of bits over time (minus the file header) and split the string there
ASKER CERTIFIED SOLUTION
Avatar of hlienert
hlienert
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial