added troubleshoot section

This commit is contained in:
Thomas Herrmann 2022-03-31 17:36:58 +02:00
parent 54c8826467
commit 56586e1ac8
2 changed files with 9 additions and 7 deletions

View File

@ -15,13 +15,14 @@
- On Linux:
``./underbridge``
Underbridge_alt was packaged on a different system. Might help if you run into problems.
Underbridge_alt was packaged on a different system. Might help if you run into problems. (Outdated)
## Installation _(Less easy way)_
### Windows
- Install Python 3.9 if not already, 3.10 seems to cause problems.
- install portaudio_dev : `apt install portaudio19-dev`
- install mido : `pip install mido`
- install rt-midi: `pip isntall rt-midi`
- install pipwin: `pip install pipwin`
@ -33,10 +34,10 @@ Underbridge_alt was packaged on a different system. Might help if you run into p
### Ubuntu 20.10 LTS
`sudo apt install portaudio19-dev`
`sudo apt install python3-tk`
`pip install python-rtmidi`
`pip install pyaudio`
- `sudo apt install portaudio19-dev`
- `sudo apt install python3-tk`
- `pip install python-rtmidi`
- `pip install pyaudio`
`python3 underbridge.py` to start
@ -68,3 +69,6 @@ Underbridge_alt was packaged on a different system. Might help if you run into p
- Select project mode
- Select directory you want to record the waves to
- Click record and wait until finished.
### Troubleshooting
- When the recorded audio contains buzzing or other artifacts try disabling the USB charging with "display" and "bottom right key" to disable.

View File

@ -367,6 +367,4 @@ start_recording.grid(row = 0, column = 5, padx =5, pady =2)
tutorial.grid(row = 1, column = 0, padx =5, pady =5, columnspan=5)
display.grid(row = 1, column = 0, padx =2, pady =10, columnspan= 7)
root.mainloop()