Kirika/audio/filter
2022-07-22 21:09:29 +02:00
..
filter.go Add int32 stereo/mono converters 2022-07-22 21:09:29 +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 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