Age | Commit message (Collapse) | Author |
|
This used to connect the soundbox capture device directly to the default
input (usually system microphone). This is not wanted since the main
purpose of soundbox is not streaming the microphone but output of media
players.
Furthermore depending on the sound setup it could lead to a feedback
loop with a very loud noise.
|
|
This makes the code less readable.
|
|
This implements a PipeWire capture device which can be used as an input
source instead of the already available URL input.
Known issues with the current PipeWire support are:
- user has to connect the monitor of the default audio sink to the
capture device manually
- correct shutdown has to be tested
- multiple instances do not work
- medium code quality requires refactoring
Since this is nevertheless usable and possible unknown bugs should be
figured out in practise soon this implementation is already added.
Bugfixes and refactoring might follow.
|