tentative fix son

This commit is contained in:
Quentin Roussel
2023-03-23 19:03:23 +01:00
parent 0af05fb361
commit f978ed0a8b
7 changed files with 3 additions and 174 deletions

View File

@@ -12,7 +12,6 @@ RUN apt-get install ffmpeg libsm6 libxext6 portaudio19-dev python3-pyaudio pulse
# Installation des dépendances python
COPY requirements.txt .
RUN python -m pip install -r requirements.txt
# Création du répertoire de travail
WORKDIR /app
COPY . /app

Binary file not shown.

View File

@@ -131,7 +131,6 @@ def get_word_metadata(word):
#Todo : detecte si pas de note donnée
def get_grade():
return 4
sr = 44100 # fréquence d'échantillonnage
duration = 6 # durée d'enregistrement en secondes
filename = "recording" # nom du fichier à enregistrer