diff --git a/amodem/alsa.py b/amodem/alsa.py index da9141e..a22a561 100644 --- a/amodem/alsa.py +++ b/amodem/alsa.py @@ -1,4 +1,4 @@ -"""Code which adds Linux ALSA support for interfaces, +"""Code which adds Linux ALSA support for interfaces, recording and playing. """ diff --git a/scripts/resample.py b/scripts/resample.py index 363839a..fd597a2 100755 --- a/scripts/resample.py +++ b/scripts/resample.py @@ -1,7 +1,7 @@ #!/usr/bin/env python -"""Script that exposes the amodem.resample() function -to the command line, taking parameters via standard +"""Script that exposes the amodem.resample() function +to the command line, taking parameters via standard inputs and returning results via standard outputs. """