DylanMeeus / GoAudio

Go tools for audio processing & creation 🎶
MIT License
350 stars 39 forks source link

Examples #22

Closed pablodz closed 2 years ago

pablodz commented 2 years ago

Hello there,

how can I use GoAudio to write a wav file from PCM_LINEAR16 slice of bytes? audioPCMBytes is bytes from an audio.raw with 1 channel

audioPCMBytes:=[]byte("......")
// to .wav file

is possible?