ObsessiveCompulsiveAudiophile / AudysseyOne

Audyssey MultEQ calibration optimization with REW API
https://www.youtube.com/watch?v=iU1ZBsru76M
MIT License
54 stars 7 forks source link

Multiple Subs - Speaker names have different numbers of indices. - program execution has stopped! #11

Open drcampbell opened 3 months ago

drcampbell commented 3 months ago

Multiple Sub measurements from Audyssey are labeled: SW10-SW15, SW20-SW25

When the titleIndices are being built, I'm guessing this means that key SW has the value [10, ..., 20, ...] instead of having two keys for SW1 and SW2.

ObsessiveCompulsiveAudiophile commented 3 months ago

Subwoofer name in the ady file is already SW1, only adding indices from 0 to number of pic positions to each detected channel.

Sent from Gmail Mobile

On Wed 3. Apr 2024 at 04:16, David Campbell @.***> wrote:

Multiple Sub measurements from Audyssey are labeled: SW10-SW15, SW20-SW25

When the titleIndices are being built, I'm guessing this means that key SW has the value [10, ..., 20, ...] instead of SW1 and SW2.

— Reply to this email directly, view it on GitHub https://github.com/ObsessiveCompulsiveAudiophile/AudysseyOne/issues/11, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACLH4TDGPWUICXE6XKGUPQ3Y3NJ5JAVCNFSM6AAAAABFULVI7CVHI2DSMVQWIX3LMV43ASLTON2WKOZSGIZDCNZQGU4DEOI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

drcampbell commented 3 months ago

Line 530 of v1-2: const titleKey = title.replace(/\d+/g, '') The title SW10 is getting shortened to SW isn’t it?

On Tue, Apr 2, 2024 at 11:32 PM Serkan Gür @.***> wrote:

Subwoofer name in the ady file is already SW1, only adding indices from 0 to number of pic positions to each detected channel.

Sent from Gmail Mobile

On Wed 3. Apr 2024 at 04:16, David Campbell @.***> wrote:

Multiple Sub measurements from Audyssey are labeled: SW10-SW15, SW20-SW25

When the titleIndices are being built, I'm guessing this means that key SW has the value [10, ..., 20, ...] instead of SW1 and SW2.

— Reply to this email directly, view it on GitHub https://github.com/ObsessiveCompulsiveAudiophile/AudysseyOne/issues/11,

or unsubscribe < https://github.com/notifications/unsubscribe-auth/ACLH4TDGPWUICXE6XKGUPQ3Y3NJ5JAVCNFSM6AAAAABFULVI7CVHI2DSMVQWIX3LMV43ASLTON2WKOZSGIZDCNZQGU4DEOI>

. You are receiving this because you are subscribed to this thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub https://github.com/ObsessiveCompulsiveAudiophile/AudysseyOne/issues/11#issuecomment-2033511162, or unsubscribe https://github.com/notifications/unsubscribe-auth/AATMEXMNOT6CZB7NQLXFJIDY3OA5PAVCNFSM6AAAAABFULVI7CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZTGUYTCMJWGI . You are receiving this because you authored the thread.Message ID: @.*** com>

ObsessiveCompulsiveAudiophile commented 3 months ago

Yes, that line removes all digits from the name.

On Wed, 3 Apr 2024 at 15:28, David Campbell @.***> wrote:

Line 530 of v1-2: const titleKey = title.replace(/\d+/g, '') The title SW10 is getting shortened to SW isn’t it?

On Tue, Apr 2, 2024 at 11:32 PM Serkan Gür @.***> wrote:

Subwoofer name in the ady file is already SW1, only adding indices from 0 to number of pic positions to each detected channel.

Sent from Gmail Mobile

On Wed 3. Apr 2024 at 04:16, David Campbell @.***> wrote:

Multiple Sub measurements from Audyssey are labeled: SW10-SW15, SW20-SW25

When the titleIndices are being built, I'm guessing this means that key SW has the value [10, ..., 20, ...] instead of SW1 and SW2.

— Reply to this email directly, view it on GitHub < https://github.com/ObsessiveCompulsiveAudiophile/AudysseyOne/issues/11>,

or unsubscribe <

https://github.com/notifications/unsubscribe-auth/ACLH4TDGPWUICXE6XKGUPQ3Y3NJ5JAVCNFSM6AAAAABFULVI7CVHI2DSMVQWIX3LMV43ASLTON2WKOZSGIZDCNZQGU4DEOI>

. You are receiving this because you are subscribed to this thread.Message ID: @.***>

— Reply to this email directly, view it on GitHub < https://github.com/ObsessiveCompulsiveAudiophile/AudysseyOne/issues/11#issuecomment-2033511162>,

or unsubscribe < https://github.com/notifications/unsubscribe-auth/AATMEXMNOT6CZB7NQLXFJIDY3OA5PAVCNFSM6AAAAABFULVI7CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZTGUYTCMJWGI>

. You are receiving this because you authored the thread.Message ID: @.*** com>

— Reply to this email directly, view it on GitHub https://github.com/ObsessiveCompulsiveAudiophile/AudysseyOne/issues/11#issuecomment-2034464926, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACLH4TDCIBKEHODCAEAYGXTY3PYWVAVCNFSM6AAAAABFULVI7CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAMZUGQ3DIOJSGY . You are receiving this because you commented.Message ID: @.*** com>

Vpr898 commented 2 months ago

I'm also having this problem. The zip from Audyssey One for my .ady with two subs generates measurements SW10-17 and SW20-27 (eight measurements each). I get the same error as above. If I delete SW20-21, the process continues.

Then it stops at "TypeError: Cannot set properties of undefined (setting 'customTargetCurvePoints') - program execution has stopped!" I may be way off, but this seems to mean the program is trying to define the second sub but has no data to do so.

Maybe I'm just totally lost, but is this workflow not compatible with multiple discrete subs?