Concatenates multiple audio files from the given list and exports the result.
Project description
Concatenates multiple audio files from the given list and exports the result.
pip install concataudio
Tested against Windows 10 / Python 3.10 / Anaconda
Concatenates multiple audio files from the given list and exports the result.
Parameters:
audio_file_list (list): A list of file paths for the audio files to be concatenated.
output_file (str): The path to save the output concatenated audio file.
file_format (str, optional): The format of the output file. Defaults to 'wav'.
Example:
from concataudio import concat_audio_files
audio_file_list = [r"C:\welcheantwort.wav", r"C:\ProgramData\anaconda3\envs\soundtest\speech_orig.wav",
r"C:\welcheantwort.wav"]
concat_audio_files(audio_file_list, output_file='c:\\output_audio3.wav', file_format='wav')
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
concataudio-0.10.tar.gz
(3.9 kB
view details)
Built Distribution
File details
Details for the file concataudio-0.10.tar.gz
.
File metadata
- Download URL: concataudio-0.10.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b2ccc4154c7357733a9077709fddb0601cdb76c37c12a3d7ead103b7fa8246f |
|
MD5 | d7fafbce32a54afbd0b0b7afd54998a0 |
|
BLAKE2b-256 | 5b32eb3abcd341e0aff3b69d4fa88fc34fbd14a6443cc4836c00934c52a10203 |
File details
Details for the file concataudio-0.10-py3-none-any.whl
.
File metadata
- Download URL: concataudio-0.10-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 46042d84d497466cf55e19399a662045d8ef8fa8cab20a0af12f030828f91986 |
|
MD5 | 215d9728b59f344432dd4a7008910349 |
|
BLAKE2b-256 | 93d4a5597695be5d479d4c8a721bc4ed5c82d804b29e4a177b786dfe96927a75 |