voxforge.org
VoxForge Dev
Show
Ignore:
Timestamp:
03/28/08 10:11:13 (8 months ago)
Author:
kmaclean
Message:

speech submission snapshot

Files:

Legend:

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

    • Property svn:ignore set to
      CapturePlayback.java-bak
  • Trunk/SpeechSubmission/VFSpeechSubmission/java/src/speechrecorder/LabelLocalizer.java

    r2466 r2515  
    8585         
    8686             dialectPanelLabel = "Pronunciation Dialect:"; 
    87              dialectSelection = new String [10]; 
     87             dialectSelection = new String [11]; 
    8888             dialectSelection[0] = pleaseSelect;     
    8989             dialectSelection[1] = "Australian English";     
     
    9292             dialectSelection[4] = "Canadian English";       
    9393             dialectSelection[5] = "European English";  
    94              dialectSelection[6] = "Indian English";  
    95              dialectSelection[7] = "New Zealand English";  
    96              dialectSelection[8] = "South African English";      
    97              dialectSelection[9] = "Other"; 
     94             dialectSelection[6] = "Indian English"; 
     95             dialectSelection[7] = "Irish English";  
     96             dialectSelection[8] = "New Zealand English";  
     97             dialectSelection[9] = "South African English";   
     98             dialectSelection[10] = "Other"; 
    9899             
    99100             microphonePanelLabel = "Microphone Type:";