Skip to content

Commit

Permalink
Update to v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
BRNKR committed Oct 3, 2024
1 parent ebef24f commit 73330e0
Show file tree
Hide file tree
Showing 36 changed files with 123 additions and 65 deletions.
32 changes: 30 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,36 @@
# Audyssey One

## Release Notes (30/09/2024) - A1 Evo Nexus
## Release Notes - A1 Evo Nexus

### Patch 1.1
### Patch 1.5 - 02 Oct 2024

- Fixed an issue with the calculation of subwoofer natural bass roll off frequency.
- Minor UI improvements and bug fixes of bug fixes.

### Patch v1.4 - 02 Oct 2024

- Fixed an issue where standard mode calibration ady file didn’t activate all present
subwoofers for REW measurement in the new models with 4 sub outputs.
- Minor UI improvements

### Patch v1.3 - 02 Oct 2024

- Fixed an issue where selecting an optimization option avoided conversion of
directional bass mode to standard bass mode.
- Resolved a problem where the calculated subwoofer volume could exceed AVR limits
in extreme cases.
- Corrected the error handling so that the "Unable to detect REW measurements" error
does not appear when other measurement matching errors are present.
- Slowed down Nexus slightly, as a few users reported unexplained errors with their
particular REW setups.

### Patch v1.2 - 02 Oct 2024

- Fixed an issue where "REW Measurement mode .ady" files (both DEQ on and off
versions) were setting the subwoofer low-pass filter to 120 Hz instead of 250 Hz,
preventing the measurement of the subwoofer(s)' maximum response range.

### Patch v1.1 - 01 Oct 2024

- An object/array typo was causing problems with some AV Receivers
- Although did not seem to cause problems with anyone, perfect response data was in string format rather than floats
Expand Down
Binary file not shown.
Binary file not shown.
Binary file modified LosslessAtmosREWSweeps/C.mlp
Binary file not shown.
Binary file modified LosslessAtmosREWSweeps/FDL.mlp
Binary file not shown.
Binary file modified LosslessAtmosREWSweeps/FDR.mlp
Binary file not shown.
Binary file modified LosslessAtmosREWSweeps/FHL.mlp
Binary file not shown.
Binary file modified LosslessAtmosREWSweeps/FHR.mlp
Binary file not shown.
Binary file modified LosslessAtmosREWSweeps/FL.mlp
Binary file not shown.
Binary file modified LosslessAtmosREWSweeps/FR.mlp
Binary file not shown.
Binary file modified LosslessAtmosREWSweeps/FWL.mlp
Binary file not shown.
Binary file modified LosslessAtmosREWSweeps/FWR.mlp
Binary file not shown.
Binary file added LosslessAtmosREWSweeps/RDL.mlp
Binary file not shown.
Binary file added LosslessAtmosREWSweeps/RDR.mlp
Binary file not shown.
Binary file modified LosslessAtmosREWSweeps/RHL.mlp
Binary file not shown.
Binary file modified LosslessAtmosREWSweeps/RHR.mlp
Binary file not shown.
Binary file modified LosslessAtmosREWSweeps/SBL.mlp
Binary file not shown.
Binary file modified LosslessAtmosREWSweeps/SBR.mlp
Binary file not shown.
Binary file modified LosslessAtmosREWSweeps/SDL.mlp
Binary file not shown.
Binary file modified LosslessAtmosREWSweeps/SDR.mlp
Binary file not shown.
Binary file modified LosslessAtmosREWSweeps/SHL.mlp
Binary file not shown.
Binary file modified LosslessAtmosREWSweeps/SHR.mlp
Binary file not shown.
Binary file modified LosslessAtmosREWSweeps/SLA.mlp
Binary file not shown.
Binary file modified LosslessAtmosREWSweeps/SRA.mlp
Binary file not shown.
Binary file modified LosslessAtmosREWSweeps/SW1.mlp
Binary file not shown.
Binary file modified LosslessAtmosREWSweeps/SW2.mlp
Binary file not shown.
Binary file modified LosslessAtmosREWSweeps/SW3.mlp
Binary file not shown.
Binary file modified LosslessAtmosREWSweeps/SW4.mlp
Binary file not shown.
Binary file modified LosslessAtmosREWSweeps/TFL.mlp
Binary file not shown.
Binary file modified LosslessAtmosREWSweeps/TFR.mlp
Binary file not shown.
Binary file modified LosslessAtmosREWSweeps/TML.mlp
Binary file not shown.
Binary file modified LosslessAtmosREWSweeps/TMR.mlp
Binary file not shown.
Binary file modified LosslessAtmosREWSweeps/TRL.mlp
Binary file not shown.
Binary file modified LosslessAtmosREWSweeps/TRR.mlp
Binary file not shown.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Effortlessly integrate the power of REW into your home audio setup, gaining a co
- [Room EQ Wizard (v5.40 Beta)](https://www.avnirvana.com/threads/rew-api-beta-releases.12981/)
- [VLC Player](https://videolan.org)
- Audio files
- [Timing reference file](https://brnkr.github.io/audyssey_one/LosslessAtmosREWSweeps/256kMeasSweep_0_to_24000_0_dBFS_48k_Float_L_refR.wav)
- [Timing reference file](https://brnkr.github.io/audyssey_one/LosslessAtmosREWSweeps/256kMeasurementSweepReferenceFile_0_to_24000_0_dBFS_48k_acoustic_ref_FL.wav)
- [Atmos sweep files](https://brnkr.github.io/audyssey_one/LosslessAtmosREWSweeps/atmos_sweeps.m3u)

## Video Description
Expand Down Expand Up @@ -268,7 +268,7 @@ We will position the microphone at the center between the front left and right s
### Playing Atmos sweeps

1. Click on ```Measure->From file->Folder symbol```.
1. Select ```256kMeasSweep_0_to_24000_0_dBFS_48k_Float_L_refR.wav```.
1. Select ```256kMeasurementSweepReferenceFile_0_to_24000_0_dBFS_48k_acoustic_ref_FL.wav```.
2. Check ```capture noise floor```.
3. Check that your ```Input``` calibration file is the selected for your microphone.
4. Click on ```Start```.
Expand Down
152 changes: 91 additions & 61 deletions nexus.html

Large diffs are not rendered by default.

0 comments on commit 73330e0

Please sign in to comment.