- Hotfix for crash when permission has been denied.
- Added the key 'hasPermission' for the future startAudioRecognitions().
- Added feature in example where it'll show inference times
- Instead of returning a single string value, the future startAudioRecognition() now returns a map with the following keys:
- recognitionResult
- inferenceTime
- Fixed issue in example where pressing the record button multiple times will crash the app.
- Added feature in example where pressing the recording button changes color.
- Made some fixes with making options explicit
- Added alert dialog when permission is denied.
- Added iOS support
- Added the following arguments into the future: startAudioRecognition()
- sampleRate
- recordingLength
- bufferSize
- Merged permission and audio recognition futures into one future.
- Fixed image url
- Initial release.