default rate is 48000

This commit is contained in:
Alexandre Ratchov 2014-11-18 09:54:20 +01:00
parent 6649be2722
commit 02e1cec786
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ main(int argc, char **argv) {
par.sig = 1;
par.bits = 16;
par.pchan = 2;
par.rate = 44100;
par.rate = 48000;
if (isatty(STDIN_FILENO)) {
fprintf(stderr, "stdin can't be a tty\n");