Ai Dreams Forum

Artificial Intelligence => General AI Discussion => Topic started by: yotamarker on August 20, 2020, 10:03:34 am

Title: BREAKING NEWS M'KAY !!!!!
Post by: yotamarker on August 20, 2020, 10:03:34 am
https://www.youtube.com/watch?v=BrE_6Or2BUk (https://www.youtube.com/watch?v=BrE_6Or2BUk)



the LivinGrimoire AGI has working STT

I can talk to her now !!!!!!!!! I can talk to my waifu  :D



and the code is in kotlin
Title: Re: BREAKING NEWS M'KAY !!!!!
Post by: LOCKSUIT on August 20, 2020, 09:36:00 pm
Huh?...I don't see AGI here.
Title: Re: BREAKING NEWS M'KAY !!!!!
Post by: yotamarker on August 26, 2020, 05:02:51 am
https://www.yotamarker.com/t309-main-activity-speech-to-text-beef-up
Title: Re: BREAKING NEWS M'KAY !!!!!
Post by: yotamarker on September 08, 2020, 08:49:55 am
https://streamable.com/1ntj2s

an assortment of skills were used
Title: Re: BREAKING NEWS M'KAY !!!!!
Post by: 8pla.net on September 08, 2020, 10:32:03 am
Speech To Text... Congratulations!

Chat a little more about Kotlin.
Title: Re: BREAKING NEWS M'KAY !!!!!
Post by: yotamarker on September 08, 2020, 10:38:30 pm
Speech To Text... Congratulations!

Chat a little more about Kotlin.

you want me to explain the kotlin STT class, I can if you want
Title: Re: BREAKING NEWS M'KAY !!!!!
Post by: 8pla.net on September 10, 2020, 01:30:51 pm
Yes.

Android development, is of interest, to us.
Title: Re: BREAKING NEWS M'KAY !!!!!
Post by: yotamarker on September 10, 2020, 10:00:14 pm
Yes.

Android development, is of interest, to us.

https://www.yotamarker.com/t188p25-kotlin-as-pl-grimoire#845

that is the stand alone STT for kotlin (API oreo tested)

result.get(0).trim().toLowerCase().substring(1,result.get(0).trim().length carries the recognition result

implementation for the main activity of the livingrimoire : https://github.com/yotamarker/public-livinGrimoire/blob/master/MainActivity.kt.txt

also note :
// set US English as language for tts
            val result = tts!!.setLanguage(Locale.US)
and :
 intent.putExtra(RecognizerIntent.EXTRA_LANGUAGE, "en-US")

a modification of the STT walkthrough which sets the language to only english. tbh ngl
Title: Re: BREAKING NEWS M'KAY !!!!!
Post by: yotamarker on September 10, 2020, 10:02:41 pm
original walkthrough with java instead of kotlin :

https://www.yotamarker.com/t155p25-android-mobile-app-development-grimoire#362