You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/www/content/docs/components/audio-player.mdx
+65-1Lines changed: 65 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,8 @@ import {
53
53
AudioPlayerDuration,
54
54
AudioPlayerProgress,
55
55
AudioPlayerProvider,
56
+
AudioPlayerSpeed,
57
+
AudioPlayerSpeedButtonGroup,
56
58
AudioPlayerTime,
57
59
useAudioPlayer,
58
60
useAudioPlayerTime,
@@ -178,6 +180,43 @@ Displays the total duration of the current track or "--:--" when unavailable.
178
180
| className |`string`| Optional CSS classes |
179
181
| ...props |`HTMLSpanElement`| All standard span element props |
180
182
183
+
### AudioPlayerSpeed
184
+
185
+
A dropdown menu button (with settings icon) for controlling playback speed. Displays "Normal" for 1x speed and shows other speeds with "x" suffix (e.g., "0.5x", "1.5x").
0 commit comments