WebAudioTrack
WebAudioTrack copied to clipboard
Audio file size
trafficstars
Thanks for creating this package, looks great!
I noticed the file sizes of the recorded audio is quite large. Is it possible to compress the WAV files on the fly or somehow reduce the recorded file size?
@jjones3535a I use lamejs to encode the WAV data to compressed MP3 format prior to uploading it to the server. It is sort of slow but it works.