annotate demo/workspace/radioplay_render.sh @ 13:16066f0a7127
tip
fixed the problem with brat
author |
Emmanouil Theofanis Chourdakis <e.t.chourdakis@qmul.ac.uk> |
date |
Sat, 08 Dec 2018 11:02:40 +0000 |
parents |
51edbf10b9b4 |
children |
|
rev |
line source |
e@0
|
1 #/bin/bash
|
e@0
|
2 # -*- coding: utf-8 -*-
|
e@0
|
3 """
|
e@0
|
4 Created on Wed May 16 17:19:10 2018
|
e@0
|
5
|
e@0
|
6 @author: mmxgn
|
e@0
|
7 """
|
e@0
|
8
|
e@0
|
9 echo "Please edit the transcript .xls file if necessary. If you want to replace the voices, just record your voice and store them"
|
e@0
|
10 echo "using the filenames under column 'filename' in transcript.xls. Do the same for sfx.xls. Press enter here when you're done"
|
e@0
|
11 xdg-open transcript.xls
|
e@0
|
12 xdg-open sfx.xls
|
e@8
|
13 read
|
e@0
|
14
|
e@0
|
15 python3 radioplay-gen_approach1.py story_processed_script.txt . . ../renders/story_processed_script.wav
|
e@8
|
16 mplayer ../renders/story_processed_script.wav
|