Skip to content

A simple Python script that converts a base64 encoded string into a WAV audio file.

License

Notifications You must be signed in to change notification settings

unlbslk/base64-to-wav

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Base64 to WAV Converter

This Python script converts a Base64 encoded string representing WAV audio data into a .wav file.

Prerequisites

  • Python 3.x
  • base64 module (included in Python Standard Library)

Installation

No installation is required beyond having Python installed.

Notes

Ensure that the Base64 string provided is valid and represents WAV audio data. Invalid Base64 strings will result in decoding errors. The script overwrites any existing output.wav file in the current directory without confirmation. Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your improvements.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A simple Python script that converts a base64 encoded string into a WAV audio file.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages