A simple package to merge audio files using base64 encoding
Project description
AudioMerger
A simple Python package to merge audio files using base64 encoding.
Installation
pip install audiomerger
Usage
from audiomerger import base64_merge_audio
# Open your audio files
with open('mic_audio.wav', 'rb') as audio_a, open('system_audio.wav', 'rb') as audio_b:
# Merge the audio files
merged_audio = base64_merge_audio(audio_a, audio_b)
# Save the merged audio
with open('merged_audio.wav', 'wb') as f:
f.write(merged_audio)
Requirements
- Python 3.6 or higher
- requests>=2.25.0
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
audiomerger-0.1.0.tar.gz
(2.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file audiomerger-0.1.0.tar.gz.
File metadata
- Download URL: audiomerger-0.1.0.tar.gz
- Upload date:
- Size: 2.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f241b2ceaebac4cbb5aadfc0dfbef668cd208338429bbecae7156e26444fb7e
|
|
| MD5 |
4c0edb5e3cfb58d2d0dde34ce40ec1e7
|
|
| BLAKE2b-256 |
9a50958b1df302511b720bf9fbe87607a01589ca8af24bbb34413b7ef8a7bd4a
|
File details
Details for the file audiomerger-0.1.0-py3-none-any.whl.
File metadata
- Download URL: audiomerger-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e9fbc04901f30b67f393d7d95c2d78288879481116c30549e56cd3fcd1a7b7e7
|
|
| MD5 |
a930c83f2b3472e2a2987c9ecdcf5860
|
|
| BLAKE2b-256 |
6420f2fea11b595833eaf13ec4c97fc2ab123c3e69f2ccdbd88e92b8d3b51825
|