Skip to content

feat: add 1.25x playback speed option#131

Merged
wyuc merged 1 commit into
THU-MAIC:mainfrom
YizukiAme:feat/playback-speed-1.25x
Mar 20, 2026
Merged

feat: add 1.25x playback speed option#131
wyuc merged 1 commit into
THU-MAIC:mainfrom
YizukiAme:feat/playback-speed-1.25x

Conversation

@YizukiAme

Copy link
Copy Markdown
Contributor

Closes #130

One-line change: adds 1.25 to the PLAYBACK_SPEEDS array.

-export const PLAYBACK_SPEEDS = [1, 1.5, 2] as const;
+export const PLAYBACK_SPEEDS = [1, 1.25, 1.5, 2] as const;

1.25x is one of the most commonly used speed tiers across media players (YouTube, podcast apps, etc.) and provides a gentle speed-up without making speech hard to follow. No UI changes needed — the toolbar renders ${playbackSpeed}x dynamically.

@YizukiAme YizukiAme force-pushed the feat/playback-speed-1.25x branch from 19c7fc1 to b6a0187 Compare March 19, 2026 13:14

@wyuc wyuc left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the contribution! 1.25x is a nice addition — it's the sweet spot for a lot of people.

@wyuc wyuc merged commit fe68c51 into THU-MAIC:main Mar 20, 2026
1 check passed
zhenzhu143321 pushed a commit to zhenzhu143321/OpenMAIC that referenced this pull request Apr 4, 2026
jaumemir pushed a commit to jaumemir/OpenMAIC that referenced this pull request Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: add 1.25x playback speed option

2 participants