mirror of
https://github.com/Ryujinx/libsoundio.git
synced 2024-12-22 18:45:29 +00:00
Merge branch 'master' into v2
This commit is contained in:
commit
c6427ca6af
|
@ -118,7 +118,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