sherpa-onnx
sherpa-onnx copied to clipboard
C# Objects that expect to be Disposed do not implement IDisposable
Hello
In the implementation for objects like OfflineTtsGeneratedAudio, I notice that there is a Dispose method but the class does not implement the IDisposable interface. This means we must manually call Dispose and cannot use the using pattern.