algolia / voice-overlay-ios

🗣 An overlay that gets your user’s voice permission and input as text in a customizable UI
https://alg.li/voice
MIT License
544 stars 62 forks source link

SwiftUI Support #31

Open yusufonderd opened 3 years ago

yusufonderd commented 3 years ago

Hi, How can i use this library in SwiftUI ?

Rajeevkallalu97 commented 2 years ago

@yusufonderd Did you find another solution?

yusufonderd commented 2 years ago

Hi @Rajeevkallalu97 , I'm using SwiftSpeech library for speech recognition. Maybe it useful for you.

https://github.com/Cay-Zhang/SwiftSpeech

Rajeevkallalu97 commented 2 years ago

Thanks @yusufonderd ill go through the repo.

JatinSinghroha commented 1 year ago

@Rajeevkallalu97 @yusufonderd I am using Voice Overlay iOS in SwiftUI but it is not very stable. Did you find any alternate solutions?