Closed pablodz closed 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?
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
is possible?