mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:55:43 +01:00
aplay: fix a typo in warning (inaudiable -> inaudible)
From: Matthias Braun (https://github.com/mb720) Fixes: https://github.com/alsa-project/alsa-utils/pull/143 Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
42010cfeba
commit
cbf0a2fa58
1 changed files with 1 additions and 1 deletions
|
@ -885,7 +885,7 @@ int main(int argc, char *argv[])
|
|||
isatty(fileno(stdin)) &&
|
||||
stream == SND_PCM_STREAM_CAPTURE &&
|
||||
snd_pcm_format_width(rhwparams.format) <= 8)
|
||||
fprintf(stderr, "Warning: Some sources (like microphones) may produce inaudiable results\n"
|
||||
fprintf(stderr, "Warning: Some sources (like microphones) may produce inaudible results\n"
|
||||
" with 8-bit sampling. Use '-f' argument to increase resolution\n"
|
||||
" e.g. '-f S16_LE'.\n");
|
||||
|
||||
|
|
Loading…
Reference in a new issue