From d73cb96621ab9590a33ec42afbd4b81c74faa123 Mon Sep 17 00:00:00 2001 From: "Linke, Julian" <linke@tugraz.at> Date: Fri, 4 Aug 2023 14:04:17 +0200 Subject: [PATCH] Update file README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c18ad88..e1b4949 100644 --- a/README.md +++ b/README.md @@ -19,16 +19,16 @@ 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/BEAGR/```) has the following structure: -- DATA/BEAGR/data_BEA_CS +- ```DATA/BEAGR/data_BEA_CS``` - Various speaker (spkID1, spkID2, ...) folders - Various .wav or .flac files (fs=16kHz) -- DATA/BEAGR/data_BEA_RS +- ```DATA/BEAGR/data_BEA_RS``` - Various speaker (spkID1, spkID2, ...) folders - Various .wav or .flac files (fs=16kHz) -- DATA/BEAGR/data_GR_CS +- ```DATA/BEAGR/data_GR_CS``` - Various speaker (spkID1, spkID2, ...) folders - Various .wav or .flac files (fs=16kHz) -- DATA/BEAGR/data_GR_RS +- ```DATA/BEAGR/data_GR_RS``` - Various speaker (spkID1, spkID2, ...) folders - Various .wav or .flac files (fs=16kHz) -- GitLab