OpenInterpreter / 01

The open-source language model computer
http://openinterpreter.com/01
GNU Affero General Public License v3.0
4.76k stars 470 forks source link

Suppressing PortAudio Debug Messages. #225

Open rbrisita opened 3 months ago

rbrisita commented 3 months ago

Addresses issue #138.

PortAudio displays debug messages during boot and interaction with 01OS on some Linux distros (all?) like Arch, Debian, and Fedora. This PR introduces the soundddevice package that has PortAudio bindings to suppress those messages.

One note though, in your (CONTRIBUTING.md)[https://github.com/OpenInterpreter/01/blob/main/CONTRIBUTING.md] file it states to use black and isort but it seems it was never run on software\start.py. If you would like to run it on this PR, please let me know.