Releases: Caldarie/flutter_tflite_audio
Releases · Caldarie/flutter_tflite_audio
0.3.0
0.3.0
- BREAK CHANGE: Recording bufferSize now takes in 2x the number of samples. To keep the same recording length, simply divide your previous bufferSize by 2.
- Experimental: Support MFCC, melSpectrogram and spectrogram inputs
- Feature: Can automatically or manually set audio length
- Feature: Can automatically or manually transpose input shape
- Improvement: Stability of asyncronous operations with RxJava and RxSwift
- Improvement: (iOS) Removed meta info when extracting data from audio file.
- Improvement: (Android) Splicing algorithm passes all test case. Audio recogntion should now be more accurate.
- Fixed: (iOS) Duplicate symbol error. Set version of TensorFlowLite to 2.6.0. Problem found here.
- Fixed: (Android & iOS) Incorrect padding when splicing audio file. All test cases have passed.
0.2.1+1
- Fixed inaccurate numOfInference count for iOS and android.
- Improved recognition accuracy for Google Teachable Machine models
- Fixed memory crash on android
- Improved memory performance on iOS
- Added feature to output raw scores
- moved inputType to loadModel() instead of startAudioRecognition()