Am 13. April 2025 19:59:42 MESZ schrieb Sam Ross <samueljohnross@gmail.com>:
Hello there,

I need to export short .wav files without header data. I can read them using the -raw tag, but would like to write them too. Is this possible?

Thanks for your help,
Sam.

you could just write an arbitrary sound file (eg .wav) and ignore the first 44 byes or do in your reading application?

alternatively, you could also use [file] to remove the header from an existing sound file and write it to a new file.

or if you insist, build your own [soundfiler] with [file].

mfg.sfg.jfd
IOhannes