This commit is contained in:
z8
2021-12-02 14:16:10 +01:00
commit 05560654ba
3 changed files with 294 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# CAF muxer
## Notes
Only works for ALAC, for a more information see [here](https://z8.re/blog/caf).
## Usage
Information needed from the source file:
- Sample rate
- Bit depth
- Sizes of the individual samples
- mdat chunk as a single bytearray
- Total duration (exact number of raw audio samples)
For examples see `examples.py`.