12 lines
328 B
Markdown
12 lines
328 B
Markdown
## Bose Companion 5 - Fix Sound
|
|
|
|
I got really fed up with the sound constantly cutting out on the Bose Companion 5, and so made this. Bose should really fix the issue, as all this does is perform a reset of the device whenever it happens.
|
|
|
|
To use, first install Go and then run:
|
|
|
|
```shell
|
|
go build
|
|
go install
|
|
|
|
bose-usbfix
|
|
``` |