-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
45 lines (22 loc) · 842 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# creare l'ambiente virtuale
> python3 -m venv testserver
# attivare l'ambiente virtuale
> ./bin/activate
# Una volta attivo l'ambiente virtuale, installare le dipendenze:
> pip3 install -r requirements.txt
Utilizzo:
> python generaWav.py "nome cognome" ~/mydir/checkName
----- work in progress, non prendere alla lettera quanto scritto qua sotto:
http://localhost/startTest?guid=xxx&step=yyy&additionalData=zzz
guid è obbligatorio
step e additionalData sono facoltativi
# per testare più casi in una volta sola:
http://localhost/startTestSuite?suiteId=xyz
# per testare tutto:
http://localhost/startAllTests
# riferimenti:
https://pythonprogramminglanguage.com/text-to-speech/
# cherrypy (server web):
https://cherrypy.org/
Installazione di ffmpeg per permettere la conversione da mp3 a wav:
# brew install ffmpeg