X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gnuradio-core%2Fsrc%2Fpython%2Fgnuradio%2Faudio.py;h=f6e921f0eed81c602d81ff7680eef96dcc847832;hb=ea29b08aeb54227e6628f655ccfdb96fe4d8c378;hp=3d531ba66cc2b4ab745ff36a143dc053f4ea6626;hpb=18a684bf3dc144c48fc4cc6cc72f5070febd8074;p=debian%2Fgnuradio diff --git a/gnuradio-core/src/python/gnuradio/audio.py b/gnuradio-core/src/python/gnuradio/audio.py index 3d531ba6..f6e921f0 100644 --- a/gnuradio-core/src/python/gnuradio/audio.py +++ b/gnuradio-core/src/python/gnuradio/audio.py @@ -5,7 +5,7 @@ # # GNU Radio is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # # GNU Radio is distributed in the hope that it will be useful, @@ -40,7 +40,7 @@ sink = None known_modules = ( - 'audio_alsa', 'audio_oss', 'audio_osx', 'audio_jack', 'audio_portaudio') + 'audio_alsa', 'audio_oss', 'audio_osx', 'audio_jack', 'audio_portaudio', 'audio_windows') def try_import(name):