1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Add python-audio-metadata and dependencies

This commit is contained in:
Peter Steenbergen
2021-09-24 21:22:29 +02:00
parent d8750257d5
commit 3c0468d4ee
209 changed files with 14467 additions and 3 deletions

View File

@@ -0,0 +1,15 @@
config BR2_PACKAGE_PYTHON_AUDIO_METADATA
bool "python-audio-metadata"
select BR2_PACKAGE_PYTHON_ATTRS # runtime
select BR2_PACKAGE_PYTHON_BIDICT # runtime
select BR2_PACKAGE_PYTHON_BITSTRUCT # runtime
select BR2_PACKAGE_PYTHON_MORE_ITERTOOLS # runtime
select BR2_PACKAGE_PYTHON_PENDULUM # runtime
select BR2_PACKAGE_PYTHON_PPRINTPP # runtime
select BR2_PACKAGE_PYTHON_TBM_UTILS # runtime
select BR2_PACKAGE_PYTHON_WRAPT # runtime
help
A library for reading and, in the future, writing metadata
from audio files.
https://github.com/thebigmunch/audio-metadata