-
Notifications
You must be signed in to change notification settings - Fork 51
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
Implement Audio Speed Control #108
Comments
want to work on the issue. |
@Tomkndn go ahead |
Ctoic
added a commit
that referenced
this issue
Oct 19, 2024
Related to #108 Add speed control functionality to the audiobook player. * Add speed control buttons (0.5x, 1x, 1.5x, 2x) near the audio player in `adventures.html`, `fs.html`, and `rdpd.html`. * Update `app.js` to add event listeners for speed control buttons and implement functionality to change audio playback rate based on user selection. * Update `script.js` to add event listeners for speed control buttons and implement functionality to change audio playback rate based on user selection. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Ctoic/Lisbook/issues/108?shareId=XXXX-XXXX-XXXX-XXXX).
is it completed? |
no @Tomkndn |
the PR which is mentioned here is of? |
yes @Tomkndn |
and i have added in the index.html file only |
yes @Tomkndn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description: Allow users to control the playback speed of audiobooks (e.g., 0.5x, 1x, 1.5x, 2x).
Tasks:
Add speed control options (buttons or dropdown) near the audio player.
Update the audio playback rate based on the user's selection.
Ensure compatibility across all browsers.
Acceptance Criteria:
Users can adjust the playback speed of audiobooks.
Speed options include: 0.5x, 1x, 1.5x, 2x.
Changes in speed are applied immediately and work smoothly.
The text was updated successfully, but these errors were encountered: