WavJourney / examples /examples.py
zzk1st's picture
Added examples
4146809
raw
history blame
907 Bytes
example1 = {
'text': "A hammer is hitting a wooden surface",
'table_text': """
| Audio Type | Layout | ID | Character | Action | Volume | Description | Length |
|--------------|------------|------|-------------|----------|----------|---------------|----------|
| speech | foreground | N/A | Character | N/A | -15 | Hi | Auto |
""",
'wav_file': 'examples/example1.wav',
}
example2 = {
'text': "Two hammer is hitting a wooden surface",
'table_text': """
| Audio Type | Layout | ID | Character | Action | Volume | Description | Length |
|--------------|------------|------|-------------|----------|----------|---------------|----------|
| speech | foreground | N/A | Character | N/A | -15 | Hi | Auto |
""",
'wav_file': 'examples/example1.wav',
}
examples = [example1,example2]