Open
Description
I'm hitting this assert here: https://docs.rs/twang/latest/src/twang/synth.rs.html#54
Is this intended? I have a sample rate of 44100 coming from default cpal config, is it a requirement the sample rate is 48000, if i want to do, e.g.:
let mut audio = Audio::<Ch32, 1>::with_silence(self.sample_rate.0, nsamples);
synth.stream(audio.sink());