av/codec
ausocean-david d029038db9 Audiofiltering:
Interface the function with pre-existing data structures. The filters can now be generated into a filter type using a generic Generate function.
This generates a filter off of the specifications within the filter struct. There is a generic Apply function which takes in a buffer of PCM data (defined in pcm.go),
and outputs to a []byte.
2022-12-24 02:28:15 +10:30
..
adpcm providing install_soft build target 2022-06-01 14:06:59 +09:30
codecutil cmd/vidforward: add slate image write functionality 2022-11-26 13:38:25 +10:30
h264 providing install_soft build target 2022-06-01 14:06:59 +09:30
h265 providing install_soft build target 2022-06-01 14:06:59 +09:30
jpeg using latest version of utils and using latest logging package 2022-05-27 15:42:58 +09:30
pcm Audiofiltering: 2022-12-24 02:28:15 +10:30
README.md added README.md files to top level packages 2021-04-11 11:19:37 +09:30

README.md

Readme

codec provides support for various audio, video and image codecs.

Contributing

See here under "Contributing" for information on how to contribute.

License

See here under "License" for licensing.