Re: Integrate a microphone in the Django app

2021-05-24 Thread Nick Sarbicki
Hi, This isn't really a Django problem to solve, it's more general than that. First you need the client to record and send an audio file of their mic recording. This is likely something you want to do in JavaScript, as it is something that they will have to do on their machine - the server does

Integrate a microphone in the Django app

2021-05-24 Thread מוריה יצחקי
Hello everyone I want to allow my app to receive input from a microphone I would be happy for help on how to do this in the visual section as well: how to put a microphone that allows you to type from the user in HTML and how to convert the audio to the text in Python Will really really help me