Appending sound files ?
Appending sound files ?
Does anyoneknow if there a way to APPEND sounfiles (.wav etc.) in SB ?
-
- Posts: 814
- Joined: Tue Apr 09, 2013 12:23 pm
- My devices: iPhone,iPad
Windows - Location: Groningen, Netherlands
- Flag:
Re: Appending sound files ?
You could also search for "sound" and "FFT" for more libraries.
Re: Appending sound files ?
Thank you for the info.
I was hoping for a simple FILE "a.wav" APPEND "b.wav"
But I now understand life isn 't that easy.
I was hoping for a simple FILE "a.wav" APPEND "b.wav"
But I now understand life isn 't that easy.
-
- Posts: 814
- Joined: Tue Apr 09, 2013 12:23 pm
- My devices: iPhone,iPad
Windows - Location: Groningen, Netherlands
- Flag:
Re: Appending sound files ?
If you look at the internal structure of a WAV file, you may understand why concatenating two WAV files is far more complicated than concatenating two strings.
It is doable, if the structure parameters of the two DATA blocks are identical (i think).