Name | audiodata JSON |
Version |
1.1.1
JSON |
| download |
home_page | |
Summary | Get accurate audio metadata from any audio file. Supports MP3, FLAC, WAV, OGG and more. |
upload_time | 2024-02-15 03:29:52 |
maintainer | |
docs_url | None |
author | |
requires_python | >=3.10 |
license | Copyright (c) 2012-2024 Scott Chacon and others Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |
keywords |
audio
metadata
audiodata
data
secret
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# Audio Metadata Extractor
This script extracts metadata from audio files using `pydub` and `mutagen` libraries with customised and fine-tuned outputs.
## Installation
To use this script, you need to have Python installed on your system. You can install the required dependencies using pip:
```
pip install pydub mutagen
```
## Usage
```
from audiodata import metadata
file_path = "path/to/audio.extension"
length_seconds, metadata = metadata.get_audio_metadata(file_path)
print(f"Audio Length: {length_seconds} seconds")
print("Metadata: \n" + metadata)
```
## Sample Output
```
Example:
----------------
Audio Length: 26.006 seconds
Metadata:
tracknumber: 9, title: Komplexe Zahl, album: Funktionentheorie, artist: Engelbert Niehaus
```
## Support
If you find this script helpful, please do consider supporting the developer at [GitHub Sponsors](https://github.com/sponsors/Shreyan1)
## License
This project is licensed under the MIT License. See the [LICENSE](https://github.com/git/git-scm.com/blob/main/MIT-LICENSE.txt) file for details.
## Issues
Have any suggestions for imptovement ? Open an issue here - "https://github.com/Shreyan1/WhisperMe-Audio-Transcriber/issues"
Raw data
{
"_id": null,
"home_page": "",
"name": "audiodata",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "",
"keywords": "audio,metadata,audiodata,data,secret",
"author": "",
"author_email": "Shreyan Basu Ray <shreyan.github@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/0e/db/64df8f4addbd431136284eb28da901826ac1a21757baf3ac576fc4a8e2e7/audiodata-1.1.1.tar.gz",
"platform": null,
"description": "# Audio Metadata Extractor\n\nThis script extracts metadata from audio files using `pydub` and `mutagen` libraries with customised and fine-tuned outputs.\n\n## Installation\n\nTo use this script, you need to have Python installed on your system. You can install the required dependencies using pip:\n\n```\npip install pydub mutagen\n```\n\n## Usage\n\n```\nfrom audiodata import metadata\n\nfile_path = \"path/to/audio.extension\"\nlength_seconds, metadata = metadata.get_audio_metadata(file_path)\n\nprint(f\"Audio Length: {length_seconds} seconds\")\nprint(\"Metadata: \\n\" + metadata)\n```\n\n## Sample Output\n\n```\nExample:\n----------------\nAudio Length: 26.006 seconds\nMetadata: \ntracknumber: 9, title: Komplexe Zahl, album: Funktionentheorie, artist: Engelbert Niehaus\n```\n\n## Support\n\nIf you find this script helpful, please do consider supporting the developer at [GitHub Sponsors](https://github.com/sponsors/Shreyan1)\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](https://github.com/git/git-scm.com/blob/main/MIT-LICENSE.txt) file for details.\n\n## Issues\n\nHave any suggestions for imptovement ? Open an issue here - \"https://github.com/Shreyan1/WhisperMe-Audio-Transcriber/issues\"\n",
"bugtrack_url": null,
"license": "Copyright (c) 2012-2024 Scott Chacon and others Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
"summary": "Get accurate audio metadata from any audio file. Supports MP3, FLAC, WAV, OGG and more.",
"version": "1.1.1",
"project_urls": {
"Issues": "https://github.com/Shreyan1/WhisperMe-Audio-Transcriber/issues"
},
"split_keywords": [
"audio",
"metadata",
"audiodata",
"data",
"secret"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c9e17729dcdd59cbfa4e82520eb0db2d094d1f83539a46e55068143ce55de129",
"md5": "d22eb6286ac87afca2bf8ecbca1260f4",
"sha256": "cf7fb7431cdcbfbfcca58516b3d72339ded351a3ae4a97bec2c5081021ee35db"
},
"downloads": -1,
"filename": "audiodata-1.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "d22eb6286ac87afca2bf8ecbca1260f4",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.10",
"size": 4418,
"upload_time": "2024-02-15T03:29:50",
"upload_time_iso_8601": "2024-02-15T03:29:50.517580Z",
"url": "https://files.pythonhosted.org/packages/c9/e1/7729dcdd59cbfa4e82520eb0db2d094d1f83539a46e55068143ce55de129/audiodata-1.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "0edb64df8f4addbd431136284eb28da901826ac1a21757baf3ac576fc4a8e2e7",
"md5": "9276b5a181e0212af8e31fc99a086dc8",
"sha256": "af04f673bf43c2bd5ddb97a69ca8ef88aa32e884c23a475f659454f0474f6bc6"
},
"downloads": -1,
"filename": "audiodata-1.1.1.tar.gz",
"has_sig": false,
"md5_digest": "9276b5a181e0212af8e31fc99a086dc8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 3371,
"upload_time": "2024-02-15T03:29:52",
"upload_time_iso_8601": "2024-02-15T03:29:52.063934Z",
"url": "https://files.pythonhosted.org/packages/0e/db/64df8f4addbd431136284eb28da901826ac1a21757baf3ac576fc4a8e2e7/audiodata-1.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-02-15 03:29:52",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Shreyan1",
"github_project": "WhisperMe-Audio-Transcriber",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "audiodata"
}