I'm writing an audio codec library which depends on this library:
https://github.com/jseproject/jse-spi
While writing for metadata extracting, I met a problem that I don't know how to use this library to detect whether input opus audio is VBR.
What should I do in order to solve this problem?
Thanks in advance!