From cec81659198ceec75e0b33a50cc04d541ed4ae0c Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Wed, 23 Nov 2022 18:03:59 -0800 Subject: [PATCH 1/3] Rename README.md to _README.md --- README.md => _README.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename README.md => _README.md (100%) diff --git a/README.md b/_README.md similarity index 100% rename from README.md rename to _README.md From ddb4d5cdca1193a46c1318c90a2bc9aae8bc0da2 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Wed, 23 Nov 2022 18:04:28 -0800 Subject: [PATCH 2/3] Delete README.rst --- README.rst | 61 ------------------------------------------------------ 1 file changed, 61 deletions(-) delete mode 100644 README.rst diff --git a/README.rst b/README.rst deleted file mode 100644 index d3c320a..0000000 --- a/README.rst +++ /dev/null @@ -1,61 +0,0 @@ - -wavinfo -======= - -The `wavinfo` package allows you to probe WAVE and `RF64/WAVE files`_ -and extract extended metadata, with an emphasis on film, video and professional -music production metadata. - -Metadata Standard Support -------------------------- - -`wavinfo` reads: - -* `__Broadcast-WAVE__` metadata, including embedded program - loudness and coding history, and `SMPTE UMID`. -* `__ADM__` track metadata[3][adm], including channel, pack formats, object and content names. -* `__iXML__` production recorder metadata[4][ixml], including project, scene, and take tags, recorder notes - and file family information. -* Most of the common `__RIFF_INFO__` metadata fields. -* The __wav_format__ is also parsed, so you can access the basic sample rate and channel count - information. - -In progress: - -* [Dolby RMU][dolby] metadata and [EBU Tech 3285 Supplement 6][ebu3285s6]. -* iXML `STEINBERG` sound library attributes. -* __NetMix__ library attributes. -* Pro Tools __embedded_regions__. - -How To Use ----------- - -Check out the quick start, but using `wavinfo` is very simple. - -.. code-block:: python - :caption: Reading metadata - from wavinfo import WavInfoReader - - path = '../tests/test_files/A101_1.WAV' - - metadata = WavInfoReader(path) - - -Installation ------------- - -The best way to install `wavinfo` is thew `pypi`: - -.. code-block:: shell - $ pip3 install wavinfo - - - - -.. _ebu3306: https://tech.ebu.ch/docs/tech/tech3306v1_1.pdf -.. _smpte_330m2011: http://standards.smpte.org/content/978-1-61482-678-1/st-330-2011/SEC1.abstract -.. _ebu_bwf: https://tech.ebu.ch/docs/tech/tech3285.pdf -.. _adm: https://www.itu.int/dms_pubrec/itu-r/rec/bs/R-REC-BS.2076-2-201910-I!!PDF-E.pdf -.. _ixml: http://www.ixml.info -.. _info-tags: https://exiftool.org/TagNames/RIFF.html#Info - From 436bbe1686086051c613eb30333d14aa0ca1fed3 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Wed, 23 Nov 2022 18:04:45 -0800 Subject: [PATCH 3/3] Rename _README.md to README.md --- _README.md => README.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename _README.md => README.md (100%) diff --git a/_README.md b/README.md similarity index 100% rename from _README.md rename to README.md