Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,14 @@ check_pipewire() {
# Run pipewire check
check_pipewire

# Sleep 2 seconds to give the audio service some time to be fully loaded
sleep 2

if amixer -c seeed2micvoicec info >/dev/null 2>&1; then
echo "seeed2micvoicec found"
amixer -c seeed2micvoicec set Headphone 100%
amixer -c seeed2micvoicec set Speaker 100%
amixer set Master 100%
elif amixer -c Lite info >/dev/null 2>&1; then
echo "Lite found"
amixer -c Lite set Headphone 100%
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,3 +144,4 @@ See [DEVELOPMENT.md](DEVELOPMENT.md) for information on the development and buil
## License

This project is released under the [BSD-3-Clause License](LICENSE).

Loading