mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-05 13:30:02 -05:00
parent
1a8a3044fc
commit
1bb099e8bc
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ static void spatializer_reload(void * Instance)
|
|||
for (uint8_t i = 0; i < 3; i++)
|
||||
coords[i] = impl->port[3 + i][0];
|
||||
|
||||
pw_log_info("making spatializer with %f %f %f", coords[0], coords[2], coords[2]);
|
||||
pw_log_info("making spatializer with %f %f %f", coords[0], coords[1], coords[2]);
|
||||
|
||||
mysofa_s2c(coords);
|
||||
mysofa_getfilter_float(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue