From e8ae90805d38641989b9331cf333459c84b69def Mon Sep 17 00:00:00 2001 From: "Linke, Julian" <linke@tugraz.at> Date: Mon, 28 Aug 2023 10:34:05 +0200 Subject: [PATCH] Update file README.md --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 8381ae1..3f3a1dc 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,6 @@ The repository includes a **main script** (```run.sh```), a folder which include The example data folder includes example files from the BEA corpus (Hungarian) and the GRASS corpus (Austrian German) which makes it possible to run an experiment from scratch. In general, the speech data to be analyzed should be stored in the folder ```DATA/```. In case of the example experiment, this folder (```DATA/GR/```) has the following structure: -- ```DATA/GR/data_BEA_CS``` - - Various speaker (spkID1, spkID2, ...) folders - - Various .wav or .flac files (fs=16kHz) -- ```DATA/GR/data_BEA_RS``` - - Various speaker (spkID1, spkID2, ...) folders - - Various .wav or .flac files (fs=16kHz) - ```DATA/GR/data_GR_CS``` - Various speaker (spkID1, spkID2, ...) folders - Various .wav or .flac files (fs=16kHz) -- GitLab