added troubleshoot section
This commit is contained in:
parent
54c8826467
commit
56586e1ac8
14
README.md
14
README.md
@ -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.
|
||||
|
@ -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()
|
Loading…
Reference in New Issue
Block a user