mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
plist setting for initial volume -15.0 (50%) (from @HuntCode )
This commit is contained in:
@@ -164,6 +164,9 @@ raop_handler_info(raop_conn_t *conn,
|
||||
goto finished;
|
||||
}
|
||||
|
||||
plist_t initial_volume_node = plist_new_real(-15.0); //inital audio volume: -15.0dB (50% volume)
|
||||
plist_dict_set_item(res_node, "initialVolume", initial_volume_node);
|
||||
|
||||
plist_t audio_latencies_node = plist_new_array();
|
||||
plist_t audio_latencies_0_node = plist_new_dict();
|
||||
plist_t audio_latencies_0_output_latency_micros_node = plist_new_bool(0);
|
||||
|
||||
Reference in New Issue
Block a user