SwaroopSambhayya / Iris

A Interactive Voice Assistant powered by GPT-3
47 stars 9 forks source link

Speech to text bug #2

Open safadtm opened 1 year ago

safadtm commented 1 year ago

While chatting to bot via microphone that's not listening, no response neither. Its your application problem or speech to text package problem?. This issue not in typing mode.

SwaroopSambhayya commented 1 year ago

Make sure you are using latest version of Ios and Flutter SDK

On Wed, 1 Feb 2023 at 2:09 PM, Safad T M @.***> wrote:

While chatting to bot via microphone that's not listening, no response neither. Its your application problem or speech to text package problem?. This issue not in typing mode.

— Reply to this email directly, view it on GitHub https://github.com/SwaroopSambhayya/Iris/issues/2, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHTRULKNGPJG3SGSWGVOARLWVIONJANCNFSM6AAAAAAUNNP3RI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

safadtm commented 1 year ago

Make sure you are using latest version of Ios and Flutter SDK I'm using latest versions , still nothing happens.

SwaroopSambhayya commented 1 year ago

Also make sure you are using IOS, Android support has not been added yet

Sameer-Akram commented 1 year ago

Just add these lines in AndroidManifest.xml for Android Support

<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.BLUETOOTH"/>
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN"/>
<uses-permission android:name="android.permission.BLUETOOTH_CONNECT"/>