-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Attempt to rewind song through IOS (17.3.1) spotify home screen widget restults in constant hum/noise (while listening through cspot) #399
Comments
@feelfreelinux Filip might be able to help here, unless @philippe44 wants to comment |
I happens from time to time and it's due to a byte/word misalignment when seeking and it's rather a cspot thing as it happens on all my other apps that use cspot . I looked at it a while ago but could not see anything obvious and I don't have time to investigate that currently. |
Thank you @philippe44 Summoning the spirit of cspot here 🙂 @feelfreelinux |
Thanks for reporting this, will try to investigate it in a bit. I think I was able to reproduce that before in upstream cspot too. |
Hm, not quite able to recreate it on the cli / desktop sink of cspot. Will have to retry on esp32 implementation. Running iOS 17.3.1 with current upstream cspot (541fed52b792975e721b30bcaa220fb957b7bc76). |
I have it on my other cspot apps as well, the upnp and raop bridges. |
Hi there,
just found that rewinding songs through IOS Spotify widget restult s in very loud noise (while playing a single track without having anything else queued) - sounds like reaching close to a channel while seeking on an analog TV. Double tapping back rewinds to the previous track in best case but I also achieved it while pressing back and forth that the squeezeamp quits the spotify connection with a super loud crack through the speakers (unfortunately I have no logs for that scenario yet).
Preliminary Information
Hardware Details
NVS Settings
{
"a2dp_ctmt": "1000",
"a2dp_ctrld": "500",
"a2dp_dev_name": "Squeezelite",
"a2dp_sink_name": "SMSL BT4.2",
"a2dp_spin": "0000",
"actrls_config": "",
"airplay_name": "ESP32-AirPlay-ceded8",
"airplay_port": "5000",
"ap_channel": "1",
"ap_ip_address": "192.168.4.1",
"ap_ip_gateway": "192.168.4.1",
"ap_ip_netmask": "255.255.255.0",
"ap_pwd": "squeezelite",
"ap_ssid": "squeezelite-ceded8",
"autoexec": "1",
"autoexec1": "squeezelite -o I2S -b 500:2000 -d all=info -C 30 -W -n "squeezelite-ceded8"",
"bat_config": "",
"bt_name": "ESP32-BT-ceded8",
"bt_sink_pin": "1234",
"bt_sink_volume": "127",
"bypass_wm": "0",
"cspot_config": "{"deviceName":"squeezelite-ceded8","bitrate":320,"zeroConf":1,"volume":32767}",
"dac_config": "",
"dac_controlset": "",
"dhcp_tmout": "8",
"display_config": "",
"enable_airplay": "Y",
"enable_bt_sink": "Y",
"enable_cspot": "Y",
"equalizer": "0,0,0,0,0,0,0,0,0,0",
"eth_config": "",
"ethtmout": "8",
"gpio_exp_config": "",
"host_name": "squeezelite-ceded8",
"i2c_config": "",
"jack_mutes_amp": "n",
"led_brightness": "",
"led_vu_config": "",
"lms_ctrls_raw": "n",
"loudness": "0",
"metadata_config": "",
"ota_erase_blk": "249856",
"ota_prio": "6",
"ota_stack": "10240",
"pollmin": "15",
"pollmx": "600",
"rel_api": "https://api.github.com/repos/sle118/squeezelite-esp32/releases",
"release_url": "https://github.com/sle118/squeezelite-esp32/releases",
"rotary_config": "",
"set_GPIO": "0=ir",
"sleep_config": "",
"spdif_config": "",
"spi_config": "",
"stats": "N",
"target": "",
"telnet_block": "500",
"telnet_buffer": "40000",
"telnet_enable": "Y"
}
The text was updated successfully, but these errors were encountered: