av/revid
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
..
config.go revid: matching up audio packet sizes, chunk sizes and rates throughout revid pipeline 2019-04-26 17:03:30 +09:30
gpl.txt Initial revision 2017-09-21 07:50:42 +09:30
revid.go revid: added chunkSize to audioInput and bufferSize to lex functions 2019-05-05 17:56:14 +09:30
revid_test.go revid: fixed build error in revid_test.go 2019-04-10 12:16:51 +09:30
senders.go revid: restructure rtmpSender's Close method 2019-04-10 12:20:39 +09:30
senders_test.go revid: dummyLogger in senders_test.go now uses pointer receiver for log 2019-04-13 20:41:47 +09:30