https://github.com/unlbslk/base64-to-wav
A simple Python script that converts a base64 encoded string into a WAV audio file.
https://github.com/unlbslk/base64-to-wav
base64 code file output python script voice wav
Last synced: 10 months ago
JSON representation
A simple Python script that converts a base64 encoded string into a WAV audio file.
- Host: GitHub
- URL: https://github.com/unlbslk/base64-to-wav
- Owner: unlbslk
- License: mit
- Created: 2024-07-10T11:45:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T11:53:18.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T23:25:16.394Z (over 1 year ago)
- Topics: base64, code, file, output, python, script, voice, wav
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.