From 910124421bd8d4b480572a9be87a5e0c429d6cf4 Mon Sep 17 00:00:00 2001 From: Hector Martin Date: Thu, 12 Oct 2023 17:21:14 +0900 Subject: [PATCH] conf: Add j413 config Signed-off-by: Hector Martin --- conf/j413.conf | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 conf/j413.conf diff --git a/conf/j413.conf b/conf/j413.conf new file mode 100644 index 0000000..132507a --- /dev/null +++ b/conf/j413.conf @@ -0,0 +1,63 @@ +[Globals] +visense_pcm = 2 +t_ambient = 50.0 +t_safe_max = 100 +t_hysteresis = 10 +channels = 8 +period = 4096 + +[Speaker/Left Woofer] +group = 1 +tr_coil = 32.1 +tr_magnet = 20.0 +tau_coil = 4.7 +tau_magnet = 66.5 +t_limit = 140.0 +t_headroom = 10.0 +z_nominal = 4.0 +is_scale = 3.75 +vs_scale = 14 +is_chan = 0 +vs_chan = 1 + +[Speaker/Right Woofer] +group = 1 +tr_coil = 32.1 +tr_magnet = 20.0 +tau_coil = 4.7 +tau_magnet = 66.5 +t_limit = 140.0 +t_headroom = 10.0 +z_nominal = 4.0 +is_scale = 3.75 +vs_scale = 14 +is_chan = 2 +vs_chan = 3 + +[Speaker/Left Tweeter] +group = 0 +tr_coil = 104.9 +tr_magnet = 129.5 +tau_coil = 3.9 +tau_magnet = 70.0 +t_limit = 140.0 +t_headroom = 10.0 +z_nominal = 3.72 +is_scale = 3.75 +vs_scale = 14 +is_chan = 4 +vs_chan = 5 + +[Speaker/Right Tweeter] +group = 0 +tr_coil = 104.9 +tr_magnet = 129.5 +tau_coil = 3.9 +tau_magnet = 70.0 +t_limit = 140.0 +t_headroom = 10.0 +z_nominal = 3.72 +is_scale = 3.75 +vs_scale = 14 +is_chan = 6 +vs_chan = 7