concataudio


Nameconcataudio JSON
Version 0.10 PyPI version JSON
download
home_pagehttps://github.com/hansalemaos/concataudio
SummaryConcatenates multiple audio files from the given list and exports the result.
upload_time2023-07-18 04:25:22
maintainer
docs_urlNone
authorJohannes Fischer
requires_python
licenseMIT
keywords wav concatenate
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Concatenates multiple audio files from the given list and exports the result.

## pip install concataudio 

#### Tested against Windows 10 / Python 3.10 / Anaconda 



```python
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')

```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hansalemaos/concataudio",
    "name": "concataudio",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "wav,Concatenate",
    "author": "Johannes Fischer",
    "author_email": "aulasparticularesdealemaosp@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5b/32/eb3abcd341e0aff3b69d4fa88fc34fbd14a6443cc4836c00934c52a10203/concataudio-0.10.tar.gz",
    "platform": null,
    "description": "\r\n# Concatenates multiple audio files from the given list and exports the result.\r\n\r\n## pip install concataudio \r\n\r\n#### Tested against Windows 10 / Python 3.10 / Anaconda \r\n\r\n\r\n\r\n```python\r\nConcatenates multiple audio files from the given list and exports the result.\r\n\r\nParameters:\r\n\taudio_file_list (list): A list of file paths for the audio files to be concatenated.\r\n\toutput_file (str): The path to save the output concatenated audio file.\r\n\tfile_format (str, optional): The format of the output file. Defaults to 'wav'.\r\n\r\nExample:\r\n\tfrom concataudio import concat_audio_files\r\n\taudio_file_list = [r\"C:\\welcheantwort.wav\", r\"C:\\ProgramData\\anaconda3\\envs\\soundtest\\speech_orig.wav\",\r\n\t\t\t\t\t   r\"C:\\welcheantwort.wav\"]\r\n\tconcat_audio_files(audio_file_list, output_file='c:\\\\output_audio3.wav', file_format='wav')\r\n\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Concatenates multiple audio files from the given list and exports the result.",
    "version": "0.10",
    "project_urls": {
        "Homepage": "https://github.com/hansalemaos/concataudio"
    },
    "split_keywords": [
        "wav",
        "concatenate"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "93d4a5597695be5d479d4c8a721bc4ed5c82d804b29e4a177b786dfe96927a75",
                "md5": "215d9728b59f344432dd4a7008910349",
                "sha256": "46042d84d497466cf55e19399a662045d8ef8fa8cab20a0af12f030828f91986"
            },
            "downloads": -1,
            "filename": "concataudio-0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "215d9728b59f344432dd4a7008910349",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5309,
            "upload_time": "2023-07-18T04:25:20",
            "upload_time_iso_8601": "2023-07-18T04:25:20.938190Z",
            "url": "https://files.pythonhosted.org/packages/93/d4/a5597695be5d479d4c8a721bc4ed5c82d804b29e4a177b786dfe96927a75/concataudio-0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5b32eb3abcd341e0aff3b69d4fa88fc34fbd14a6443cc4836c00934c52a10203",
                "md5": "d7fafbce32a54afbd0b0b7afd54998a0",
                "sha256": "0b2ccc4154c7357733a9077709fddb0601cdb76c37c12a3d7ead103b7fa8246f"
            },
            "downloads": -1,
            "filename": "concataudio-0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "d7fafbce32a54afbd0b0b7afd54998a0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3912,
            "upload_time": "2023-07-18T04:25:22",
            "upload_time_iso_8601": "2023-07-18T04:25:22.873432Z",
            "url": "https://files.pythonhosted.org/packages/5b/32/eb3abcd341e0aff3b69d4fa88fc34fbd14a6443cc4836c00934c52a10203/concataudio-0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-07-18 04:25:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "hansalemaos",
    "github_project": "concataudio",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "concataudio"
}
        
Elapsed time: 0.08915s