mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
filter-chain: improve debug
This commit is contained in:
parent
64aae9d551
commit
68664adcd4
1 changed files with 1 additions and 1 deletions
|
|
@ -699,7 +699,7 @@ static float *read_closest(char **filenames, float gain, int delay, int offset,
|
|||
}
|
||||
}
|
||||
|
||||
pw_log_debug("loading %s", filenames[best]);
|
||||
pw_log_info("loading best rate:%u %s", infos[best].samplerate, filenames[best]);
|
||||
float *samples = read_samples_from_sf(fs[best], infos[best], gain, delay,
|
||||
offset, length, channel, rate, n_samples);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue