linuxonly
Member
Thread Starter
- Joined
- Jul 27, 2024
- Posts
- 112
More
- Preamp, Processor or Receiver
- Logitech Z906
- DAC
- AMD FCH Azalia
- Computer Audio
- SPDIF output with alsa, pipewire, wireplumber on Fedora 40
- Streaming Equipment
- Kodi
- Front Height Speakers
- 33 in
- Middle Height Speakers
- 30 in
- Rear Height Speakers
- 57 in
- Video Display Device
- X11/VGA + X11/DVI
Hi,
Curiously, the minimum distance for the right and left speakers to the front wall seems fixed to 30 cms with REW on linux. Mine are at 18. So I had to manually edit the preferences file to compensate and back them off 12 cms.
Curiously, the minimum distance for the right and left speakers to the front wall seems fixed to 30 cms with REW on linux. Mine are at 18. So I had to manually edit the preferences file to compensate and back them off 12 cms.
Code:
geany '.java/.userPrefs/room eq wizard/prefs.xml' &
diff -ubB '.java/.userPrefs/room eq wizard/prefs.xml.bak' '.java/.userPrefs/room eq wizard/prefs.xml'
(...)
- <entry key="simxLeft" value="3.92"/>
- <entry key="simxRight" value="3.92"/>
(...)
+ <entry key="simxLeft" value="4.04"/>
+ <entry key="simxRight" value="4.04"/>
(...)