diff options
Diffstat (limited to 'gr-audio/swig/__init__.py')
-rw-r--r-- | gr-audio/swig/__init__.py | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gr-audio/swig/__init__.py b/gr-audio/swig/__init__.py index ff10a8976a..7a73e3ca83 100644 --- a/gr-audio/swig/__init__.py +++ b/gr-audio/swig/__init__.py @@ -20,10 +20,11 @@ # ''' -This is the gr-audio package. This package is used to connect to audio -sources (mic-in) and sinks (speaker-out) ports on a computer. The -underlying hardware driver is system and OS dependent and this module -should automatically discover the correct one to use. +Blocks to connect to audio sources (mic-in) and sinks (speaker-out) +ports on a computer. + +The underlying hardware driver is system and OS dependent and this +module should automatically discover the correct one to use. ''' from audio_swig import * |