-
Hey everybody! I have a miniDSP DDRC-24 with Dirac Live enabled for my subwoofer (in/out 1) and for my shaker (in/out 2). I want to use ezBEQ to set the appropriate filters for the movies I wanna watch and there want to use the underlying minidsp-rs executable (on Windows 11) which sends its commands to a miniDSP WI-DG. The problem I will describe is valid for USB connection also. I can switch the master volume, the configs and such using the command line. I was wondering why the sound does not change at all. The SW shows no failure but when I want to control the outputs to configure PEQs (what is the main focus because of ezBEQ of course) or just the individual gain, nothing happens and is applied to the outputs (reviewed with the miniDSP software). The util just shows no problem but nothing happens. Here is the command I used that worked: what does not work: Since I did not find any examples on how to set the output PEQ using the commands (the help does not present any idea on how the syntax is for the set commands at all). Since the connection works fine, it looks like a problem with the compatibility with the integration of DDRC-24, I seek help to get everything working. Besides, the ezBEQ command line / debug output does not recognize any problems either but no PEQ is set when looking at the miniDSP software (what should be the case after reading the application manual from miniDSP themselves for minidsp-rs). Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi! I also have a DDRC-24 with Dirac (but no WI-DG, I only use USB connectivity), and I can correctly change the individual output gain with These devices have a limitation in that it is not possible to read their current configuration. It is therefore expected that when making changes to input and output gains, that these changes are not reflected in the official software, because this software relies on its previous information and has no mechanism to read the current device's configuration. Can you add |
Beta Was this translation helpful? Give feedback.
-
Hey, thanks for the fast response. Here is the data! PS .\minidsp.exe -vvv --tcp=192.168.5.5:5333 output 0 gain -- -10 Since I can see the change of the master volume in the original software, I thought this would be the case for the outputs also... looks like a crappy SW Design from miniDSP :S is there a way to check if everything is in place somehow? Maybe with some additional information about the syntax to control the "set" command, I could set a specific PEQ I can compare with the original software and play specific sounds like pink noise to check if the frequencies are boosted. What do you think? |
Beta Was this translation helpful? Give feedback.
This looks like line, the last "write" and "ack" means the device has accepted the change.
For validation, I'm comparing the command sent by the application when setting a PEQ, and checking that it's the same data.
You could do a sanity check and set an obvious filter to see what changes. I'm surprised that a -30dB output gain wasn't obvious though, maybe you can set it to -127dB and observe that no sound is coming out of your subwoofer?
For PEQs, the syntax for the command line requires setting the coefficients directly (either on the command, or by importing a file which you can save from the minidsp app, or from REW, or other softwares). There is a website where you can design filters,…