Kirika/audio/filter
DataHoarder a7fb82f3d3
All checks were successful
continuous-integration/drone/push Build is passing
Clarified filters and hashers on README
2022-07-29 12:57:50 +02:00
..
filter.go Clarified filters and hashers on README 2022-07-29 12:57:50 +02:00
filter_test.go made Volume filter work on integer samples natively 2022-07-29 11:41:39 +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 Use generics to implement TypedSource[float32|int16|int32] 2022-07-22 12:07:01 +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 Use generics to implement TypedSource[float32|int16|int32] 2022-07-22 12:07:01 +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