Spaces:
Sleeping
Sleeping
File size: 907 Bytes
4146809 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
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] |