Files
pmomusic/pmoflac/src/ogg_flac_encoder.rs
Claude 79254ea4a3 Add OGG-FLAC encoder foundation (WIP)
Created initial structure for OGG-FLAC streaming encoder:
- OGG page writer with CRC32 calculation
- Vorbis Comment metadata support
- 100% streaming architecture (no seek operations)

This is work-in-progress. The OGG wrapping task needs to be
implemented to actually wrap FLAC frames in OGG pages.

Related to the need for streaming FLAC with embedded metadata.
Note: Vorbis Comments in OGG are static once written. For dynamic
metadata updates, use JSON endpoint or implement OGG chaining.
2025-11-11 23:50:32 +00:00

8.6 KiB