Questions tagged [python-sounddevice]

167 questions
-2
votes
1 answer

How to record voice on amazon-ec2?

I have set up a flask application that records voice using python(sounddevice and pydub) libraries and converts it into text. Application is running well on localhost but when I deployed the application on Amazon-ec2 instance it records blank file…
-5
votes
1 answer

How do I add corresponding samples together?

Lets say x has three samples: 2, 3, 4 y has four samples: 5, 6, 7, 8 In terms of coding, how do I add these samples in order to get 7, 9, 11, 8
1 2 3
11
12