Kirika/audio/filter
DataHoarder 4612248930
All checks were successful
continuous-integration/drone/push Build is passing
Fix bitdepth filter/queue, unsafe on noncgo
2022-07-19 16:55:32 +02:00
..
filter.go Fix bitdepth filter/queue, unsafe on noncgo 2022-07-19 16:55:32 +02:00
filter_test.go refactor audio.Source, it is now an interface with float32 / int16 / int32 sample formats 2022-07-19 10:56:38 +02:00
resample_filter.go Added support for building using CGO_ENABLED=0 with limited codec and performance 2022-05-20 17:23:50 +02:00
resample_filter_cgo.go refactor audio.Source, it is now an interface with float32 / int16 / int32 sample formats 2022-07-19 10:56:38 +02:00
resample_filter_cgo_test.go refactor audio.Source, it is now an interface with float32 / int16 / int32 sample formats 2022-07-19 10:56:38 +02:00
resample_filter_nocgo.go refactor audio.Source, it is now an interface with float32 / int16 / int32 sample formats 2022-07-19 10:56:38 +02:00
resample_filter_nocgo_test.go refactor audio.Source, it is now an interface with float32 / int16 / int32 sample formats 2022-07-19 10:56:38 +02:00