--- license: cc0-1.0 language: - eu tags: - wav - tts - piper - GTTS - CommonVoice size_categories: - 10K [!NOTE] > Starting and ending spaces of the sentences from the Basque Common Voice dataset where striped before creating the audio. So, sentences from metadata.json may differ from original Common Voice sentences. > [!TIP] > The number from the filename it's exactly the line number of the `Common Voice dataset` file line number. ### Audio format The audio file format choosen was a `LINEAR16`, uncompressed 16-bit signed little-endian samples (Linear PCM) with a WAV header. This choice was made because the [Piper project](https://github.com/rhasspy/piper) needs **wav** files in order to train TTS models. Other Google supported audio formats: https://cloud.google.com/text-to-speech/docs/reference/rest/v1/AudioConfig#AudioEncoding ### Google TTS Voice The voice used to create these audio files is the Basque Standard B female `(eu-ES-Standard-B)` synthetic voice. There is another voice (eu-ES-Standart-A) but the quality is lower and sounds very metallic/robotic. More information in Google's TTS supported voices: https://cloud.google.com/text-to-speech/docs/voices ## Scripts All the scripts used to create this dataset are in [this repository](https://github.com/urtzai/gtts-script). Have fun! ☺️ ## Licenses The entire Common Voice sentence dataset has a [Public Domain](https://creativecommons.org/public-domain/) license, so this Basque audio dataset does as well.