Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

How can I create in Swift - Continous listening (background mode) like in the Shazam app

Hey guys!

if you are familiar with the Shazam app you probably know what I am talking about, for those who doesn't use it: well it is a feature that keep listens in the background and recognizes any music you listen to. (if they have it in their database)

I want to create a feature that also uses the mic to listen, but I want it to listen to speech and whenever it recognizes a specific keyword, (I want multiple custom keywords) then I want it to respond by playing an audio file.

It is also pretty similar to the Hey Siri or hey google thing. When you talk to the device and it starts listening.

Could anybody help me to create this awesome thing?:) Or could you please help by sharing your thoughts, about how would you start this project?