v1.6.1 API.AI - New VAD
In this release voice activity detection algorithm was improved and now have much better quality.
Also added option to set start/stop listening sounds if you use Speaktoit recognition. Use AIConfiguration
for this:
config.setRecognizerStartSound(getResources().openRawResourceFd(R.raw.test_start));
config.setRecognizerStopSound(getResources().openRawResourceFd(R.raw.test_stop));
config.setRecognizerCancelSound(getResources().openRawResourceFd(R.raw.test_cancel));
Additionally fixed some issues related to old Android versions.