}
}
-void notify_loudness_filter_active_callback(ShairportSync *proxy,
+void notify_loudness_callback(ShairportSync *proxy,
__attribute__((unused)) gpointer user_data) {
- // printf("\"notify_loudness_filter_active_callback\" called with a gpointer of
+ // printf("\"notify_loudness_callback\" called with a gpointer of
// %lx.\n",(int64_t)user_data);
- gboolean ebl = shairport_sync_get_loudness_filter_active(proxy);
+ gboolean ebl = shairport_sync_get_loudness(proxy);
if (ebl == TRUE)
printf("Client reports loudness is enabled.\n");
else