Kirika/audio/packetizer
DataHoarder 514a88aec1
Some checks failed
continuous-integration/drone/push Build is failing
Update to Go 1.20
2023-04-09 13:10:30 +02:00
..
adts.go Upgrade edgeware/mp4ff to Eyevinn/mp4ff, update dependencies 2023-01-28 03:44:45 +01:00
adts_hev2_test.go General code inspection cleanup 2022-10-03 11:34:56 +02:00
adts_test.go General code inspection cleanup 2022-10-03 11:34:56 +02:00
flac.go Expose internal structure of packets on packetizer 2022-11-07 14:02:07 +01:00
flac_crc.c Optimize FLAC packetizer performance (20-15s -> 4s) 2022-07-27 11:43:29 +02:00
flac_crc.go Update to Go 1.20 2023-04-09 13:10:30 +02:00
flac_crc.h Optimize FLAC packetizer performance (20-15s -> 4s) 2022-07-27 11:43:29 +02:00
flac_crc_nocgo.go Optimize FLAC packetizer performance (20-15s -> 4s) 2022-07-27 11:43:29 +02:00
flac_test.go General code inspection cleanup 2022-10-03 11:34:56 +02:00
mp3.go Expose internal structure of packets on packetizer 2022-11-07 14:02:07 +01:00
mp3_test.go General code inspection cleanup 2022-10-03 11:34:56 +02:00
ogg.go Expose internal structure of packets on packetizer 2022-11-07 14:02:07 +01:00
ogg_crc.c Optimize FLAC packetizer performance (20-15s -> 4s) 2022-07-27 11:43:29 +02:00
ogg_crc.go Update to Go 1.20 2023-04-09 13:10:30 +02:00
ogg_crc.h Optimize FLAC packetizer performance (20-15s -> 4s) 2022-07-27 11:43:29 +02:00
ogg_crc_nocgo.go Native Ogg crc via cgo 2022-07-17 01:15:32 +02:00
ogg_flac_test.go General code inspection cleanup 2022-10-03 11:34:56 +02:00
ogg_opus_test.go General code inspection cleanup 2022-10-03 11:34:56 +02:00
packetizer.go Added ability to offset sample numbers on packetizers 2022-05-15 19:43:45 +02:00