Looking for Alternatives to PyAudio for Android Projects

0
15
Asked By TechieExplorer99 On

Hi everyone! I'm working on a holographic voice assistant similar to Jarvis, but I have a bit of a challenge. I've built the user interface and it's looking awesome, but I'm facing an issue with using libraries. I'm using Pydroid, which is a Python IDE for Android, but it doesn't support some libraries like PyAudio. PyAudio is essential for converting speech to text, allowing my AI to understand commands. Does anyone know of any good alternatives for handling speech recognition on Android?

1 Answer

Answered By GadgetGuru42 On

When it comes to using audio input on Android, you might run into permission issues. Android apps need to declare permissions in their manifest file for things like audio input. Since Pydroid doesn't have these permissions set up, you're likely unable to access the microphone directly.

CuriousCoder88 -

Can you explain this a little more? I'm new to Python and usually work with C and Arduino, so I'm not too familiar with how all this works.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.