sample cache work

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@102 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2004-08-03 19:26:56 +00:00
parent e10b918009
commit 24291aff27
27 changed files with 835 additions and 251 deletions

View file

@ -149,7 +149,7 @@ int pa_module_init(struct pa_core *c, struct pa_module*m) {
fprintf(stderr, __FILE__": failed to parse sample specification\n");
goto fail;
}
frame_size = pa_sample_size(&ss);
frame_size = pa_frame_size(&ss);
periods = 12;
fragsize = 1024;