Swanium::Platform::AudioResampler
Inherits Reference < Object
Stateful linear stereo resampler. Its phase crosses video-frame boundaries so host-rate conversion never introduces frame-edge clicks.
Constructors
new(input_rate : Int32, output_rate : Int32)
SourceInstance methods
output_rate
Sourceprocess(input : Array(Int16)) : Array(Int16)
Source