mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
echo-cancel: Remove extraneous debug message
This was making it impossible to run in debug mode with save_aec=1
This commit is contained in:
parent
8305284cd2
commit
f4eccad1e6
1 changed files with 0 additions and 1 deletions
|
|
@ -720,7 +720,6 @@ static void source_output_push_cb(pa_source_output *o, const pa_memchunk *chunk)
|
||||||
fwrite(pdata, 1, u->blocksize, u->played_file);
|
fwrite(pdata, 1, u->blocksize, u->played_file);
|
||||||
if (u->canceled_file)
|
if (u->canceled_file)
|
||||||
fwrite(cdata, 1, u->blocksize, u->canceled_file);
|
fwrite(cdata, 1, u->blocksize, u->canceled_file);
|
||||||
pa_log_debug("AEC frame saved.");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pa_memblock_release(cchunk.memblock);
|
pa_memblock_release(cchunk.memblock);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue