Buffer size for custom audio filter plugin

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Buffer size for custom audio filter plugin

Sasha1987
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