We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 179ed02 commit bd949dcCopy full SHA for bd949dc
src/pydrobert/speech/config.py
@@ -54,7 +54,7 @@
54
_BASE_SOUNDFILE_SUPPORTED_TYPES = {"wav", "ogg", "flac", "aiff"}
55
_FULL_SOUNDFILE_SUPPORTED_TYPES: Set[str] = set()
56
57
-SOUNDFILE_SUPPORTED_FILE_TYPES: Set[str] = set() #: :meta hide-value:
+SOUNDFILE_SUPPORTED_FILE_TYPES: Set[str] = set()
58
f"""
59
A list of the types of files SoundFile will be responsible for reading. If
60
:mod:`soundfile` can be imported, it's the intersection of
@@ -64,6 +64,8 @@
64
--------
65
pydrobert.speech.util.read_signal
66
Where this flag is used
67
+
68
+:meta hide-value:
69
"""
70
71
try:
0 commit comments