feat: WAV→Disk Packager — create AKAI ISO from WAV files #3
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: WAV→Disk Packager
As a sample creator
I want to take a folder of WAV files and package them into a new AKAI-format disk image
So that I can load my custom samples onto a physical AKAI sampler
Acceptance Criteria
Scenario: Create an S1000 hard disk image from WAVs
Scenario: Create an S900 disk image with auto-compression
Scenario: WAV files exceed target disk size
Scenario: Create a CD3000 CD-ROM image
Implementation Notes
formatharddisk1 60M→mkvol1 MY_KIT 1→lcd /path/to/wavs→wav2sample1 *.wavsetcdinfo MY_CDfor CD3000 images/api/packagewith JSON{source_dir, format, size_mb, label}Karpathy Principle
Start with S1000 60MB partition — the most common format. Ship that before adding S900 compression or CD3000 CD-ROM support.