Page 1 of 1

Appending sound files ?

Posted: Thu May 23, 2019 11:30 am
by smbstarv
Does anyoneknow if there a way to APPEND sounfiles (.wav etc.) in SB ?

Re: Appending sound files ?

Posted: Thu May 23, 2019 3:56 pm
by Henko
smbstarv wrote:
Thu May 23, 2019 11:30 am
Does anyoneknow if there a way to APPEND sounfiles (.wav etc.) in SB ?
Yes, some time ago, a lot of sound and .WAV related functions have been coded and posted.
Did you already searched the program section with ".WAV" ?

Re: Appending sound files ?

Posted: Thu May 23, 2019 4:09 pm
by Henko
You could also search for "sound" and "FFT" for more libraries.

Re: Appending sound files ?

Posted: Thu May 23, 2019 8:10 pm
by smbstarv
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.

Re: Appending sound files ?

Posted: Thu May 23, 2019 8:40 pm
by Henko
smbstarv wrote:
Thu May 23, 2019 8:10 pm
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.
😂
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).