Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 2 days ago
JSON representation

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

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.