Learn to Code. Check out the all new Devslopes 2.0 – Visit https://devslopes.com to learn more
Devslopes 2.0 launches February 1st 2018! Get notified on special Early Bird deals! Visit https://devslopes.com
Learn iOS 10 Speech Recognition in this free tutorial for beginners in Swift 3. Learn how to use the new iOS 10 Speech Recognition API for absolute beginners with Swift 3 to add Speech to Text functionality in your app.
If you liked this video be sure to subscribe and get more helpful programming tutorials https://www.youtube.com/devslopes
Devslopes is dedicated to teaching beginners and non-programmers all about building mobile apps for iOS and Android, Web, Backend and Blockchain development. We’ve taught over 200,000 students how to code.
Our students have gotten jobs, made career changes, launched and sold start-ups, & much more. Some are at companies changing the world.
▶ Learn more at http://devslopes.com/
▶ Instagram: https://www.instagram.com/devslopes/
▶ Facebook: https://www.facebook.com/devslopes/
▶ Twitter: https://twitter.com/devslope
▶ Snapchat: devslopes
Amazon Auto Links: No products found.
It was a nicely compiled video. Quite useful.! Thank you.. Does the Speech framework come with AEC(Acoustic Echo Cancellation) also? Wherein you can speak to the app whilst it’s playing an audio through the speakers.
very cool 🙂 is this tutorial included in any of the iOS 10 courses by Devslopes?
why it is not working? I planted it in my game APP but it seems not taking any voices
Great video! Are you still planning to make the video of analyzing live audio and referring to key words?
hi nice helpfull video , kindly tell me can i do Spanish recognition (speech to text) or any other languages using this api ?
Hi guys I have just started a channel that focuses on designing and developing apps. I am currently working on a Pokedex series, where I teach how to build an app in iOS using Swift 3. Make sure to check it out. Thank you 🙂
Nice tutorials
Great video. I hope you keep on doing more IOS videos.
Best wishes
I have os el captain and swift 8.1 ,but not found module Speech why?
How did your view controller get that dark layout?
Great work! when are you going to release the video in which you will do the same with live audio?? i cant wait for it!!
Impressive work my friend. I am just now trying to learn Swift code and this is an area where I think apps are going to be heading. Thanks for the video.
Is there a way you can share the code for the controller? Also can we give the sound directly without giving a audio file if so how can we do it? Thanx again for da video!!!
Say I wanted to create an app that already has pre-recorded audio files on it, and I wanted the user of the app to match what pre-recording audio says in term of sound and frequency. Is there a way to do this?
Does that mean that scribe and iOS 10 together can help with song lyrics?
Hi, i have created the circleButton file, but when i try to put in the code i just get errors.
@IBInspectable var cornerRadius: CGFloat = 30.0 {
didset{
layer.cornerRadius = cornerRadius
}
}
}
Will it support Arabic language?
Hi Caleb! When I did this, it wouldn’t play the audio, or analyze it. Please help!
Hi Caleb, great tutorial, any plan to share the source code? 🙂
Awesome topic. Any idea when you’ll post the live transcribe version?
I have used Speech Recognition in my latest app. It is a music player app which plays music through the earpiece of the iPhone and uses Voice to control the music. It is just amazing!
Check Out EarPlay – Play Music Through iPhone Earpiece by Inder Deep Singh
https://appsto.re/in/PgCwfb.i
Hey, I have an voip app, I record some text using speech with AVAudioEngine, after recorded a text the mic and speakers blocks and I can’t do a second call.
What is the best way to dealloc AVAudioEngine or be sure that the mic and speakers work again?.
Thanks!
Great video. Have you done one for live audio and functions yet?