Download di voci aggiuntive dalla riga di comando

3

Sto usando un server MacOS X (al quale ho solo l'accesso alla riga di comando) per convertire il testo in parlato che viene salvato nei file audio (usando PyObjC). Vorrei installare alcune delle voci OS X opzionali (ad esempio com.apple.speech.synthesis.voice.tom.premium ), ma devo essere in grado di farlo tramite la riga di comando piuttosto che tramite le Preferenze di Sistema. Qualcuno conosce un modo per farlo?

    
posta astrofrog 08.11.2015 - 12:39
fonte

1 risposta

1

È possibile scaricare in anticipo i file vocali nel pacchetto App / Python (o comunque si sta distribuendo l'app), quindi scrivere uno script per spostare o copiare i file vocali in questa cartella:

/System/Library/Speech/Voices/

  1. Download the voice files on your development machine
  2. Wrap them inside an assets folder or something like this
  3. Part of your Travis script can be to move the files first in the Voices folder on the mac
  4. And after that, you run your tests/other scripts
    
risposta data 08.11.2015 - 18:21
fonte

Leggi altre domande sui tag