WebAudioTrack icon indicating copy to clipboard operation
WebAudioTrack copied to clipboard

Audio file size

Open jjones3535a opened this issue 6 years ago • 1 comments
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 avatar Nov 27 '18 17:11 jjones3535a

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

axis80 avatar Mar 30 '19 02:03 axis80