Appending sound files ?

Post Reply
smbstarv
Posts: 98
Joined: Wed Nov 27, 2013 3:44 pm
My devices: Ipad 6th gen
Flag: Netherlands
Contact:

Appending sound files ?

Post by smbstarv »

Does anyoneknow if there a way to APPEND sounfiles (.wav etc.) in SB ?

Henko
Posts: 814
Joined: Tue Apr 09, 2013 12:23 pm
My devices: iPhone,iPad
Windows
Location: Groningen, Netherlands
Flag: Netherlands

Re: Appending sound files ?

Post 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" ?

Henko
Posts: 814
Joined: Tue Apr 09, 2013 12:23 pm
My devices: iPhone,iPad
Windows
Location: Groningen, Netherlands
Flag: Netherlands

Re: Appending sound files ?

Post by Henko »

You could also search for "sound" and "FFT" for more libraries.

smbstarv
Posts: 98
Joined: Wed Nov 27, 2013 3:44 pm
My devices: Ipad 6th gen
Flag: Netherlands
Contact:

Re: Appending sound files ?

Post 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.

Henko
Posts: 814
Joined: Tue Apr 09, 2013 12:23 pm
My devices: iPhone,iPad
Windows
Location: Groningen, Netherlands
Flag: Netherlands

Re: Appending sound files ?

Post 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).

Post Reply