Hello.
I'm wondering if there are libraries in Python for audio recording.
Ideally, I need to get a cross-platform solution, how can I record audio through Python.
Ideally, in order that in this library I can either pause with the ability to listen to the recorded fragment and remove it from the audio recording, or record several audio files and after the program work, glue it into 1 audio file.
If someone knows such a decision, I will be happy to receive help.
Thanks in advance!
#1 2018-06-13 23:58:50
#2 2018-06-14 22:22:06
For another episode of things you could easily find on google...
https://www.google.com/search?q=audio+r … +in+python
Literally everything here works. If your lazy, use the first (being a library for exactly this). The second is a bit more complicated.
#4 2018-06-15 00:28:21
I'm wondering if you could fucking use google rather than put 50 fucking topics in the same god damn thread, but I guess not, I guess I"m just reaching too far eh?
It is pure, free of judgement, and raises me to the utter height of glory.
#5 2018-06-15 02:32:00
Dude, learn to fucking use Google. Keep this up and none of us are going to help you at all.
#6 2018-06-15 03:02:03
Hi,
Python is a pretty popular language. I don't have statistics, but I bet for most non-specific problems you could easily find something on Google. This is a non-specific problem.
Lucas.