feat: Audio Preview Player — play WAV samples directly in the browser #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Feature: Audio Preview Player
As a sample browser
I want to preview WAV samples by clicking them in the web UI
So that I can audition sounds before downloading or extracting
Acceptance Criteria
Scenario: Play a sample from extracted WAVs
Scenario: Play a sample from the Disk Browser
Scenario: Sequential playback
Implementation
akaiutilsingle-sample extract:sample2wavi <idx>targeting /tmpKarpathy Principle
Play from extracted WAVs first (zero new server code). Then add per-sample extraction from disk images as a second iteration.
Infrastructure is now in place on main:
Ready to implement: Web Audio API playback from already-extracted WAVs first (zero new server code). Then add /api/wav-preview for per-sample extraction from disk images with auto-cleanup.