Documentation

This commit is contained in:
Jamie Hardt
2022-11-26 18:25:12 -08:00
parent a7f77a49f7
commit af5c83b8fc
6 changed files with 126 additions and 21 deletions

View File

@@ -1,6 +1,11 @@
wavinfo Quickstart
====================
All metadata is read by an instance of :class:`WaveInfoReader<wavinfo.wave_reader.WavInfoReader>`.
Each type of metadata, iXML, Broadcast-WAV etc. is accessible through *scopes*, properties on an
instance of :class:`WaveInfoReader`.
.. code-block:: python
:caption: Using wavinfo