Skip to content
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

Add basic control options for audio input streams #954

Closed
badaix opened this issue Dec 14, 2021 · 0 comments
Closed

Add basic control options for audio input streams #954

badaix opened this issue Dec 14, 2021 · 0 comments

Comments

@badaix
Copy link
Owner

badaix commented Dec 14, 2021

As documented here

  • Play: Start playback
    • params: none
  • Pause: Stop playback
    • params: none
  • PlayPause: Toggle play/pause
    • params: none
  • Stop: Stop playback
    • params: none
  • Next: Skip to next track
    • params: none
  • Previous: Skip to previous track
    • params: none
  • Seek: Seek forward or backward in the current track
    • params:
      • Offset: [float] seek offset in seconds
  • SetPosition: Set the current track position in seconds
    • params:
      • Position: [float] the new track position
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant