{JSON.stringify(
{
podcast_time,
podcast_data,
podcast_options,
podcast_duration,
podcast_loading,
podcast_paused,
podcast_muted,
podcast_preferences,
podcast_progress,
},
null,
3,
)}
Demo
Another Page
Load Audio
Custom audio controls
Play / Pause Actions
Audio Actions
Seeking
podcast_audio.seek(parseInt(e.currentTarget.value))}
/>
Playback Rate
{#each [0.5, 1, 2, 3] as rate}
{/each}