- Joined
- Sep 13, 2020
- Messages
- 146 (0.10/day)
System Name | Desktop |
---|---|
Processor | AMD Ryzen 7 5800X3D (H²O) |
Motherboard | ASRock X470 Taichi |
Cooling | NZXT X61 + 2x PH-F140XP | NZXT X41 + PH-F140XP |
Memory | G.Skill 32 GiB DDR4@3600 CL16 |
Video Card(s) | MSI RX 5700 XT (H²O) |
Storage | Crucial MX200 250GB, SEC 970 Evo 1TB |
Display(s) | LG 34GL750-B |
Case | Phanteks Enthoo Luxe |
Audio Device(s) | ALC1220, DT 770 Pro, UR44 |
Power Supply | BeQuiet! SP E10 700W |
Mouse | EndgameGear XM1 |
Keyboard | Cherry RS 6000M |
Software | EndeavourOS | Pop!_OS | Win10 |
Whatever you mean with "these" - no!Do any of these allow you to change the crossover points?
If you use Windows, then you can set the crossover frequency by changing the registry (and restart pc).
For Realtek audio chip the default is 60 Hz:
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Realtek\AECBF\icrcAudioProcessingDemo\AdvGCC]
"cut_off_frequency"=dword:00001770
For my audio setup I changed it to 80 Hz:
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Realtek\AECBF\icrcAudioProcessingDemo\AdvGCC]
"cut_off_frequency"=dword:00001f40
Have a look into your registry before changing this value.