blob: ebd0fe5d780665ab3a9cf223f53145c45f489470 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
This is the gr-audio package. This package includes all of the
supported audio interfaces, including:
- alsa
- oss
- jack
- portaudio
- osx
- windows
Typically, the audio package will auto-detect the proper driver to use
based on the system it is run on. Import this package with:
from gnuradio import audio
See the Doxygen documentation for details about the blocks available
in this package. A quick listing of the details can be found in Python
after importing by using:
help(audio)
|