feat: Direct-to-Disk Take Extraction — extract DD recordings to WAV #6
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: Direct-to-Disk Take Extraction
As a user with S1100 or S3000 DD-recorded disk images
I want to extract Direct-to-Disk (DD) recordings as WAV files from the web UI
So that I can recover and use legacy DD takes in modern DAWs
Acceptance Criteria
Scenario: List DD takes on a disk image
Scenario: Extract a single DD take to WAV
Scenario: Extract all DD takes in batch
Implementation
tinfoallfor listing,take2wavi <idx>/take2wavallfor extractionGET /api/browse?iso=<path>&takes=truereturns takes alongside partition treeKarpathy Principle
Builds on the existing WAV extraction pattern and the Disk Browser tree UI. Minimal new akaiutil learning needed.