Skip to main content

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


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 hashes)

Uploaded Source

Built Distribution

concataudio-0.10-py3-none-any.whl (5.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page