A client to recieve websocket commands for recording in Audacity.
- Download Python 3.10+ (I test on 3.10.11)
- Once Python is installed download the src folder from github
- Open the folder in your terminal
- Run
pip install -r requirements.txt - Make sure Audactiy has scripting turned on!
- Run Audacity
- Run
python main.pyand it should (hopefully) start! - Currently it only has start and stop recording functionality, this can be done by sending a websocket request on port 8001
- To start recording send the request: recStart
- To stop recording send the request: recStop
Please open issues with any issues and ill look at them, i have had issues with crashing on windows! So again any issues are appreciated :)
Have a wonderful day!