av/codec
Trek H a3c7cb5616 revid: added chunkSize to audioInput and bufferSize to lex functions
The audio lexers need to know how much data they will be receiving unlike video which has a fixed buffer size.
This means that all the lex function will need to be given a buffer size since they are used as a function pointer with the same signature.
2019-05-05 17:56:14 +09:30
..
adpcm revid: matching up audio packet sizes, chunk sizes and rates throughout revid pipeline 2019-04-26 17:03:30 +09:30
lex revid: added chunkSize to audioInput and bufferSize to lex functions 2019-05-05 17:56:14 +09:30
pcm pcm: changed location to codec 2019-04-09 15:42:44 +09:30