Encode/Decode Base64 in wav
- Base64 decoding is not perfect. Got a 98% precision on decoding from audio to base64.
- Linux
- Bash
- Node.js
- npm
- ffmpeg
- dsp.js
- wav-decoder
git clone https://github.com/StringManolo/MothSignal.git
cd MothSignal
npm install
# install your dependencies using your system package manager for example:
# apt install ffmpeg
# apk add ffmpeg# Encode
./moth.sh encode fileToEncode
# Decode
./moth.sh decode fileToEncode.wavA fileToEncode.wav will be generated in same folder as fileToEncode file.