mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2024-12-22 18:25:35 +00:00
parent
fec857366e
commit
8094dc5249
|
@ -114,7 +114,7 @@ static void overflow_callback(struct SoundIoInStream *instream) {
|
||||||
}
|
}
|
||||||
|
|
||||||
static int usage(char *exe) {
|
static int usage(char *exe) {
|
||||||
fprintf(stderr, "Usage: %s [options] outfile.wav\n"
|
fprintf(stderr, "Usage: %s [options] outfile\n"
|
||||||
"Options:\n"
|
"Options:\n"
|
||||||
" [--backend dummy|alsa|pulseaudio|jack|coreaudio|wasapi]\n"
|
" [--backend dummy|alsa|pulseaudio|jack|coreaudio|wasapi]\n"
|
||||||
" [--device id]\n"
|
" [--device id]\n"
|
||||||
|
|
Loading…
Reference in a new issue