File tree Expand file tree Collapse file tree 8 files changed +62
-53
lines changed Expand file tree Collapse file tree 8 files changed +62
-53
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,16 @@ Checking Available Hardware
33
44.. currentmodule :: sounddevice
55
6- .. autosummary ::
7- :nosignatures:
8-
9- query_devices
10- DeviceList
11- query_hostapis
12- check_input_settings
13- check_output_settings
6+ .. topic :: Overview
7+
8+ .. autosummary ::
9+ :nosignatures:
10+
11+ query_devices
12+ DeviceList
13+ query_hostapis
14+ check_input_settings
15+ check_output_settings
1416
1517.. autofunction :: query_devices
1618
Original file line number Diff line number Diff line change @@ -3,16 +3,18 @@ Convenience Functions using NumPy Arrays
33
44.. currentmodule :: sounddevice
55
6- .. autosummary ::
7- :nosignatures:
8-
9- play
10- rec
11- playrec
12- wait
13- stop
14- get_status
15- get_stream
6+ .. topic :: Overview
7+
8+ .. autosummary ::
9+ :nosignatures:
10+
11+ play
12+ rec
13+ playrec
14+ wait
15+ stop
16+ get_status
17+ get_stream
1618
1719.. autofunction :: play
1820
Original file line number Diff line number Diff line change @@ -3,13 +3,15 @@ Expert Mode
33
44.. currentmodule :: sounddevice
55
6- .. autosummary ::
7- :nosignatures:
6+ .. topic :: Overview
87
9- _initialize
10- _terminate
11- _split
12- _StreamBase
8+ .. autosummary ::
9+ :nosignatures:
10+
11+ _initialize
12+ _terminate
13+ _split
14+ _StreamBase
1315
1416.. autofunction :: _initialize
1517
Original file line number Diff line number Diff line change @@ -3,15 +3,17 @@ Miscellaneous
33
44.. currentmodule :: sounddevice
55
6- .. autosummary ::
7- :nosignatures:
8-
9- sleep
10- get_portaudio_version
11- CallbackFlags
12- CallbackStop
13- CallbackAbort
14- PortAudioError
6+ .. topic :: Overview
7+
8+ .. autosummary ::
9+ :nosignatures:
10+
11+ sleep
12+ get_portaudio_version
13+ CallbackFlags
14+ CallbackStop
15+ CallbackAbort
16+ PortAudioError
1517
1618.. autofunction :: sleep
1719
Original file line number Diff line number Diff line change @@ -3,10 +3,5 @@ Module-wide Default Settings
33
44.. currentmodule :: sounddevice
55
6- .. autosummary ::
7- :nosignatures:
8-
9- default
10-
116.. autoclass :: default
127 :members:
Original file line number Diff line number Diff line change @@ -3,12 +3,14 @@ Platform-specific Settings
33
44.. currentmodule :: sounddevice
55
6- .. autosummary ::
7- :nosignatures:
6+ .. topic :: Overview
87
9- AsioSettings
10- CoreAudioSettings
11- WasapiSettings
8+ .. autosummary ::
9+ :nosignatures:
10+
11+ AsioSettings
12+ CoreAudioSettings
13+ WasapiSettings
1214
1315.. autoclass :: AsioSettings
1416
Original file line number Diff line number Diff line change @@ -3,12 +3,14 @@ Raw Streams
33
44.. currentmodule :: sounddevice
55
6- .. autosummary ::
7- :nosignatures:
6+ .. topic :: Overview
87
9- RawStream
10- RawInputStream
11- RawOutputStream
8+ .. autosummary ::
9+ :nosignatures:
10+
11+ RawStream
12+ RawInputStream
13+ RawOutputStream
1214
1315.. autoclass :: RawStream
1416 :members: read, write
Original file line number Diff line number Diff line change @@ -3,12 +3,14 @@ Streams using NumPy Arrays
33
44.. currentmodule :: sounddevice
55
6- .. autosummary ::
7- :nosignatures:
6+ .. topic :: Overview
87
9- Stream
10- InputStream
11- OutputStream
8+ .. autosummary ::
9+ :nosignatures:
10+
11+ Stream
12+ InputStream
13+ OutputStream
1214
1315.. autoclass :: Stream
1416 :members:
You can’t perform that action at this time.
0 commit comments