voxforge.org
VoxForge Dev
Show
Ignore:
Timestamp:
09/12/08 12:23:42 (2 months ago)
Author:
kmaclean
Message:

release r0.1.6 of Speech Submission app and 1&1 server file updates; add French and fix Spanish prompts

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Trunk/SpeechSubmission/VFSpeechSubmission/java/src/speechrecorder/Prompts.java

    r2638 r2649  
    8383                promptList = getPromptTextFile("brazilianPromptList.txt", 218);  
    8484        } else if (Language.equals("ES")) { 
    85                 promptList = getPromptTextFile("es","spanishPromptList.txt", 107);       
     85                promptList = getPromptTextFile("es","spanishPromptList.txt", 43);        
     86        } else if (Language.equals("FR")) { 
     87                promptList = getPromptTextFile("frenchPromptList.txt", 865);     
    8688        } else { 
    8789        System.err.println("getPromptTextFile error accessing prompt file for "+ Language + "using default English prompts");