QCoreApplication::postEvent(QSpotifySession::instance(),newQEvent(QEvent::Type(StopEventType)));return; } m_audioOutput =newQAudioOutput(af); connect(m_audioOutput, SIGNAL(stateChanged(QAudio::State)), QSpotifySession::instance(), SLOT(audioStateChange(QAudio::State))); m_audioOutput->se...
I have also found, through trial and error, that both leaving Spotify running and also using bluetooth earbuds seem to disconnect the watch from the phone. This may not happen on all phones, so for context, I use a Samsung A42 (android phone). These disconnects can become fairly annoying...
So I guess Spotify is sending me bits via the internet with a bitrate of 320 kbit/s. The data that Spotify is sending to my computer is compressed. Question 1: Does spotify (the software) decode the compressed ogg vorbis signal into a PCM signal and then it sends that signal to the...