Switch to unified view
a/samplescripts/Analog-Input | b/samplescripts/Analog-Input | ||
---|---|---|---|
1 | #!/usr/bin/env python
|
1 | #!/usr/bin//python
|
2 | 2 | ||
3 | from __future__ import print_function |
3 | from __future__ import print_function |
4 | 4 | ||
5 | # Reference script for reading an audio input and sending to Songcast, |
5 | # Reference script for reading an audio input and sending to Songcast, |
6 | # with an appropriate interface to be controlled by upmpdcli. |
6 | # with an appropriate interface to be controlled by upmpdcli. |