+ 2

Can I acess the microphone with python3 without using modules?

5th May 2022, 8:33 AM
Suraj Joshi
6 Respuestas
+ 1
Suraj Joshi Of course you can, never believe advice that states that it is impossible. That should tell you exactly what you want.
6th May 2022, 11:39 PM
l4t3nc1
l4t3nc1 - avatar
+ 1
l4t3nc1 thankyou🥰 . Long days ago I made a program of voice command using some modules like gtts Speechrecoginition Os ... Input was voice and output was like if I say open chrome browser than it will open chrome if I say shutdown my computer it will do it. I was thinking without module can we do the same things? How can I access my computer's control without using modules this was my question.
7th May 2022, 4:25 AM
Suraj Joshi
+ 1
William Jönsson You're ray of sunshine :)
7th May 2022, 6:35 PM
l4t3nc1
l4t3nc1 - avatar
+ 1
l4t3nc1 thanks buddy🥰
8th May 2022, 5:58 AM
Suraj Joshi
0
No
5th May 2022, 10:28 AM
William Jönsson
William Jönsson - avatar
0
Why is it generally recommended to use libraries like pyaudio or sounddevice for accessing and recording audio from a microphone in Python, instead of attempting to do it directly without any modules? You can check it out https://webcammictest.io/mic-test/ if have to check your device microphone
20th Jun 2024, 2:40 PM
wadu
wadu - avatar