Documentation

This commit is contained in:
Jamie Hardt
2022-11-23 18:30:50 -08:00
parent f9e5f28f7d
commit 5d4f97f6cc
5 changed files with 18 additions and 27 deletions

View File

@@ -40,6 +40,8 @@ class WavInfoReader:
The text encoding to use when decoding the string
fields of the Broadcast-WAV extension. Per EBU 3285 this is ASCII
but this parameter is available to you if you encounter a weirdo.
"""
self.info_encoding = info_encoding
@@ -149,6 +151,8 @@ class WavInfoReader:
:yields: a string, the :scope: of the metadatum, the string :name: of the
metadata field, and the value.
"""
scopes = ('fmt', 'data', 'ixml', 'bext', 'info')