Skip to main content
  • AudioPlayer - Full-featured audio player for call recordings * Features: - Play/pause control - Seek bar with progress - Speed control (0.5x - 2x) - Volume control - Skip forward/back 10 seconds - Download option * Now integrated with global AudioPlayerContext for mini player support.

Props

recording
RecordingInfo
required
recording
conversationId
string
required
conversationId
conversationTitle
string
required
conversationTitle

Usage

import { AudioPlayer } from '@/components/AudioPlayer';

export default function Example() {
  return (
    <AudioPlayer recording={recording} conversationId={conversationId} conversationTitle={conversationTitle} />
  );
}