Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,4 +16,4 @@ I have created a dataset containing 50 short Punjabi sentences, totaling about 3
|
|
| 16 |
|
| 17 |
One issue I encountered during data preparation was background noise caused by slight environmental sounds during recording. I addressed this by recording in a quieter room and applying noise reduction using Audacity before segmenting the audio files. This process helped improve the clarity and overall quality of the speech data.
|
| 18 |
|
| 19 |
-
Another issue occurred after I segmented a single long recording into multiple sentence-level audio clips. The automatically generated files did not follow the required
|
|
|
|
| 16 |
|
| 17 |
One issue I encountered during data preparation was background noise caused by slight environmental sounds during recording. I addressed this by recording in a quieter room and applying noise reduction using Audacity before segmenting the audio files. This process helped improve the clarity and overall quality of the speech data.
|
| 18 |
|
| 19 |
+
Another issue occurred after I segmented a single long recording into multiple sentence-level audio clips. The automatically generated files did not follow the required names for automatic processing. To resolve this, I had to manually rename each of the fifty audio clips in a sequential and standardized format. This ensured that all audio filenames matched exactly with the corresponding entries in the metadata file and maintained proper alignment between the audio data and the transcriptions.
|