Conversation
|
Thank you very much, I was looking for this, I was actually looking for STT solution that will work with iOS but then I figured that I might be able to do it myself by sending audio recordings to an external server, Is there any plans for an iOS STT solution? Also, According to the Supported APIs table Speech to Text (STT) only works on Android but shouldn't it also work on Windows using something like this?: https://pypi.org/project/SpeechRecognition/1.2.3/ |
|
Hi there, guys do You still support audio recording for iOS (?) [INFO ] [Base ] Start application main loop [Thread 1 : EXC_BAD_ACCESS (Code = 1, address = 0x30000008)] is it a problem with device memory ?? Could You give any tips ? |
Added audio recording and playback for iOS using Apple's Objective-C API via pyobjus.
Audio files are recorded with 44.1 kHz sample rate in WAV format.
Related to pull request #428.
Closes issue #282.