delete method
Releases Rhino and audio resources.
Throws a RhinoException
if there was a problem stopping audio recording.
Implementation
Future<void> delete() async {
await _stop();
_voiceProcessor = null;
_rhino?.delete();
_rhino = null;
}