-
-
Notifications
You must be signed in to change notification settings - Fork 150
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
Supporting audioClip API #530
Comments
5 tasks
I have just been investigating the Sonos AudioClip API too. I got the WebSocket API working but also found that that the HTTP REST API works too:
Response: {
"id": "b01144c5-24d7-4281-a8a2-5a66a60491a9",
"name": "Pull Bell",
"appId": "com.acme.app",
"priority": "LOW",
"clipType": "CUSTOM",
"status": "INACTIVE"
} It looks like The
Would be nice to get hold of the CA that issues the device certificates, so that
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
AudioClip is part of the Sonos API that allows you to play short audio clips (notifications, ...) while other music is playing. Sonos lowers the volume of the playing music, plays the audio clip, then increases the volume again.
While this library already has
playNotification
that tries to do something similar, this doesn't work when e.g. music is playing through Spotify (it fails to resume feedback). CouldaudioClip
be made accessible from this library (without having to create a developer client id/secret, oauth token, etc.)?The text was updated successfully, but these errors were encountered: