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

decide, and implement APIs to expose sonified output into other consumers #6

Open
venkateshpotluri opened this issue Sep 16, 2021 · 3 comments
Assignees
Labels
1-week sprint Issue will be worked on with a goal to resolve or share updates every week .

Comments

@venkateshpotluri
Copy link
Contributor

Based on the discussion on September 15, 2021, here are a tentative list of APIs that need to be exposed.

  • play() /Plays the audio/
  • pause() /pauses the audio/
  • volume(level:Number) /number between 0 and 100 to adjust volume/
  • seekTo(durationInMS:Number) /seek to a particular duration of the audio/

This will be picked up once I am done with #5. in the mean time, please review and feel free to comment if you think i've missed something important here @pelikhan

@venkateshpotluri venkateshpotluri added the todo high-level to-do items from project meetings. Please create new tasks as they become actionable. label Sep 16, 2021
@venkateshpotluri venkateshpotluri self-assigned this Sep 16, 2021
@pelikhan
Copy link
Contributor

You could drop seek for now and support "stop" (which also reset the player current time).

@venkateshpotluri
Copy link
Contributor Author

Got it. Thank you!

@venkateshpotluri
Copy link
Contributor Author

#45 and volume control are pending on this. fixing #46 should help simplify changing volume.

@venkateshpotluri venkateshpotluri added 1-week sprint Issue will be worked on with a goal to resolve or share updates every week . and removed todo high-level to-do items from project meetings. Please create new tasks as they become actionable. labels Nov 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1-week sprint Issue will be worked on with a goal to resolve or share updates every week .
Projects
None yet
Development

No branches or pull requests

2 participants