yonlu
e6610ff15e
feat(19-01): implement WAV RIFF parser/writer and writeWavTags
- Add FormatWAV constant and .wav DetectFormat case
- Add FormatWAV dispatch in pipeline WriteTrackTags switch
- Create wav.go with custom RIFF chunk parser/writer
- parseRIFF: lenient read, RF64 rejection, case-insensitive ID3 chunk detection
- writeRIFF: strict write with correct padding and 4GB size check
- writeWavTags: merge existing ID3v2, reuse applyTextChanges/applyCoverArtChanges
- Atomic write via fileutil.AtomicWrite for crash safety
2026-03-19 08:44:38 -04:00
..
2026-03-18 10:36:17 -04:00
2026-03-17 10:32:46 -04:00
2026-03-18 10:36:17 -04:00
2026-03-17 10:32:46 -04:00
2026-03-17 10:35:38 -04:00
2026-03-19 08:42:53 -04:00
2026-03-17 10:55:10 -04:00
2026-03-19 08:44:38 -04:00
2026-03-19 08:44:38 -04:00
2026-03-19 08:44:38 -04:00