Mercurial > audlegacy
diff src/audacious/main.c @ 3443:709cd9c2fa8f trunk
Allocate a 500ms buffer instead of a 3000ms buffer by default.
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Fri, 07 Sep 2007 07:25:19 -0500 |
| parents | 8764498b75ed |
| children | 3f4ad59a5c02 |
line wrap: on
line diff
--- a/src/audacious/main.c Fri Sep 07 07:23:00 2007 -0500 +++ b/src/audacious/main.c Fri Sep 07 07:25:19 2007 -0500 @@ -207,7 +207,7 @@ TRUE, /* show seperators in pl */ NULL, /* chardet_detector */ NULL, /* chardet_fallback */ - 3000, /* audio buffer size */ + 500, /* audio buffer size */ FALSE, /* whether or not to postpone format detection on initial add */ TRUE, /* show filepopup for tuple */ NULL, /* words identifying covers */
