|
Hello, I'm want to write an audio filter plugin but stuck on next:
I'm using an external API library that can handle only 960 samples or 460 samples per call but the GStreamer transform method provide only 1024 samples per GSTBuffer how can I change this value to 960 or 480?
BR, Alex
|