Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
Merge pull request #19 from roblan/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Gadgetoid committed Nov 17, 2017
2 parents cf95c8b + 4ec8c68 commit e92b53b
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions python_server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,20 @@
The `pivumeter` Python library creates a socket-based server to which the Pi VU Meter ALSA plugin can
connect and stream left/right VU amplitude and FFT transform frequency bins.

Currently to run this code you will need to clone the devel branch of Pi VU Meter, install it, and
tweak your `/etc/asound.conf` to change the `output-device` to `socket`.
## Installing

Currently to run this code you will need to clone the `devel` branch of Pi VU Meter and compile it from source.

You may use our automated setup to do so, specifying the output device to `socket`
```
setup.sh socket
```
You can also compile and set up thing yourself - just follow [this guide](../README.md#installing) but change the `output-device` to `socket`.

After that you need to install python pivumeter library.
Just go to the `pivumeter/python_server/library` folder and run
```
sudo python setup.py install
```

Finally, run the desired example from the Python Server examples folder and play some audio!

0 comments on commit e92b53b

Please sign in to comment.