Datasets:
Languages:
Greek
Size:
10K - 100K
Tags:
speech_corpus
greek_language
text-to-speech
neural_TTS
speech_synthesis
under_resourced_languages
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -87,7 +87,6 @@ sample = dataset[0]
|
|
| 87 |
# Print the Greek text
|
| 88 |
print("Text:", sample["text"])
|
| 89 |
|
| 90 |
-
# Play the audio
|
| 91 |
# The 'audio' column is automatically decoded into a dictionary with 'array' and 'sampling_rate'
|
| 92 |
audio_data = sample["audio"]["array"]
|
| 93 |
sampling_rate = sample["audio"]["sampling_rate"]
|
|
|
|
| 87 |
# Print the Greek text
|
| 88 |
print("Text:", sample["text"])
|
| 89 |
|
|
|
|
| 90 |
# The 'audio' column is automatically decoded into a dictionary with 'array' and 'sampling_rate'
|
| 91 |
audio_data = sample["audio"]["array"]
|
| 92 |
sampling_rate = sample["audio"]["sampling_rate"]
|