You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to configure the sound mode on my HT-XT2 with songpal, but I always get this error when trying to change it:
Error: Got an error for setSoundSettings: [15, 'unsupported operation']: UnsupportedOperation (15): unsupported operation
Available sound settings:
* ClearAudio+ (clearAudio, value: on, type: booleanTarget)
- On (on)
* Sound Field (soundField, value: clearAudio, type: enumTarget)
- ClearAudio+ (clearAudio)
- Movie (movie)
- Music (music)
- Sports (sports)
- Game Studio (game)
- Standard (standard)
* IDMR_TEXT_FOOTBALL_STRING (footballMode, value: off, type: enumTarget)
- IDMR_TEXT_NARRATION_ON_STRING (on)
- IDMR_TEXT_NARRATION_OFF_STRING (on_narration_off)
- Off (off)
* Night (nightMode, value: off, type: booleanTarget)
- On (on)
- Off (off)
* Voice (voice, value: type1, type: enumTarget)
- Up Off (type1)
- Up 1 (type2)
- Up 2 (type3)
* Subwoofer Volume (subwooferLevel, value: 8, type: integerTarget)
- Subwoofer Volume (subwooferLevel)
* A/V SYNC (avSyncMs, value: 0, type: integerTarget)
- A/V SYNC (avSyncMs)
* Dual Mono (dualMono, value: main, type: enumTarget)
- Main/Sub (main_sub)
- Main (main)
- Sub (sub)
Both songpal sound clearAudio on and songpal sound soundField game return the error mentioned above. Any tips on how I could help solve this or investigate further myself?
sorry for the delay, my HTXT3 broke last year and I moved to another brand, so I haven't been paying attention to this library since some time...
From the surface, the devinfo file for the HTXT3 looks similar to yours, so I'm not sure why it wouldn't be working... What you could try is to do a traffic capture (using wireshark or tcpdump), and compare the traffic between the device and the mobile app to that what happens when you execute the command using this lib.
Thanks for the tip! I checked out the official Sony app and it seems like the options are disabled there too when the Chromecast integration is open 🤔 Very weird. They can be changed when using the infrared remote, at least I think so… I'll check this out later when I have more time. Thanks for looking into this!
I'm trying to configure the sound mode on my HT-XT2 with songpal, but I always get this error when trying to change it:
Available sound settings:
Both
songpal sound clearAudio on
andsongpal sound soundField game
return the error mentioned above. Any tips on how I could help solve this or investigate further myself?songpal -d sound soundField game
dump-devinfo
The text was updated successfully, but these errors were encountered: