Skip to content

Commit

Permalink
aplay/pipewire: Add help
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiatka committed Jul 28, 2023
1 parent 2889ca0 commit 7230f51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/audio/playback/pipewire.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,11 @@ static void audio_play_pw_probe(struct device_info **available_devices, int *cou

static void audio_play_pw_help(){
color_printf("Pipewire audio output.\n");
color_printf("Usage\n");
color_printf(TERM_BOLD TERM_FG_RED "\t-r pipewire" TERM_FG_RESET "[:target=<device>][:buffer-len=<millis>][:quant=<samples>]\n" TERM_RESET);
color_printf("\n");

color_printf("Devices:\n");
print_devices("Audio/Sink");
}

Expand Down

0 comments on commit 7230f51

Please sign in to comment.