All Projects → dondido → Mp3 To Base64 Encoder And Decoder

dondido / Mp3 To Base64 Encoder And Decoder

Licence: mit
Converting mp3 audio to and from base64 string

Labels

audio-string-audio

Converting mp3 audio to and from base64 string

Here's a MP3 Base64 Encoder / Decoder widget. It outputs a Base64-encoded string representation of your sound file. After the string is processed it decodes the Base64 into a Uint8Array typed array and stores it in arrayBuffer. Once this is done the stored audio data is decoded using Web Audio decodeAudioData() function. We can now test the audio by clicking play/stop buttons.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].