1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-05 20:47:36 +00:00
Commit graph

1 commit

Author SHA1 Message Date
kleines Filmröllchen
513e000e86 LibAudio: Generalize an encoder interface
This interface is very simple for the time being and can be used to
provide encoding functionality in a generalized way. Initialization and
parameter setting are intentionally not abstracted for now, since this
is usually very format-specific. We just need a general interface for
writing samples and errorable finalization.
2023-08-12 12:25:26 -06:00