• Joined on 2024-06-17
david pushed to feat/audio-preview-player at david/akai-utils 2026-06-22 09:23:27 +00:00
b5650c53ba test: add JS test framework using Node built-in test runner
david pushed to feat/audio-preview-player at david/akai-utils 2026-06-22 08:10:42 +00:00
d7a17eb054 fix: show extract API errors in UI instead of false 'Extraction complete'
david pushed to feat/audio-preview-player at david/akai-utils 2026-06-22 08:05:47 +00:00
fe3e92ce33 feat: recursive WAV browsing in subdirectories
david pushed to feat/audio-preview-player at david/akai-utils 2026-06-22 07:46:32 +00:00
371feaf0cb fix: initialize files as empty slice instead of nil var
david pushed to feat/audio-preview-player at david/akai-utils 2026-06-22 07:42:20 +00:00
b69e1d81ab debug: add console logging to browseWavs and playWav
david pushed to feat/audio-preview-player at david/akai-utils 2026-06-22 07:22:23 +00:00
cd8484de0c fix: pin electron to exact version 33.4.11
david pushed to feat/audio-preview-player at david/akai-utils 2026-06-22 07:16:45 +00:00
d194a25bf8 chore: pin node to 22.12 to fix electron-build engine requirements
david pushed to feat/audio-preview-player at david/akai-utils 2026-06-22 07:10:56 +00:00
4f03524668 chore: add JS/ESLint toolchain, refactor onclick to event delegation
david pushed to feat/audio-preview-player at david/akai-utils 2026-06-22 07:02:37 +00:00
f716902580 fix: handle null data in browseWavs, add HTTP status check
david created pull request david/akai-utils#14 2026-06-22 07:01:32 +00:00
feat: Audio Preview Player
david pushed to feat/audio-preview-player at david/akai-utils 2026-06-22 07:01:20 +00:00
cf53912a33 feat: Audio Preview Player — browse and play WAV samples via Web Audio API
david created branch feat/audio-preview-player in david/akai-utils 2026-06-22 07:01:20 +00:00
david pushed to main at david/akai-utils 2026-06-22 06:55:00 +00:00
120993fb02 test: add comprehensive test suite - 5 test files, 65% coverage
david pushed to main at david/akai-utils 2026-06-22 06:53:03 +00:00
5e5fa5ee49 test: add comprehensive test suite - 5 test files, 65% coverage
david pushed to main at david/akai-utils 2026-06-22 06:22:03 +00:00
470fb9a4c4 docs: update README/AGENTS for current codebase
david pushed to main at david/akai-utils 2026-06-22 05:45:13 +00:00
a17f22ccb2 rename binary from fetch to akai-fetch
david pushed to main at david/akai-utils 2026-06-22 05:35:20 +00:00
f195ba5a5c ui: move search results below download/extract controls
david pushed to main at david/akai-utils 2026-06-22 05:31:51 +00:00
31fd368bda fix: create parent dirs for downloads with subdirectory paths
david pushed to main at david/akai-utils 2026-06-22 05:29:57 +00:00
04d2bec114 fix: add init target to pre-create output dirs before docker
david pushed to main at david/akai-utils 2026-06-22 05:27:18 +00:00
15979d01b5 fix: check MkdirAll errors, add gopls to toolchain