voxforge.org
VoxForge Dev

Changeset 2317

Show
Ignore:
Timestamp:
10/04/07 13:41:18 (1 year ago)
Author:
kmaclean
Message:

renaming MoodleSpeex? Java apps to SpeechRecorder?

Files:

Legend:

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

    r2314 r2317  
    33*  
    44* Note: This is a copy of the CapturePlayback class provided in the  
    5 * JavaSoundDemo, but modified for use with the MoodleSpeex recorder  
     5* JavaSoundDemo, but modified for use with the SpeechRecorder  
    66* applet. 
    77*  
     
    221221    private File licenseNoticeFile;     
    222222// !!!!!!   
    223     // MoodleSpeex additions: 
    224223 
    225224//DEL    JLabel progCompletion; 
  • Trunk/SpeechSubmission/VFSpeechSubmission/java/src/speechrecorder/PlayerApplet.java

    r2315 r2317  
    1313 * @author  kmaclean 
    1414 */ 
    15 public class MoodleSpeexPlayerApplet extends JApplet { 
     15public class PlayerApplet extends JApplet { 
    1616 
    1717    private Downloader dl; 
     
    298298    */ 
    299299    private void reportError(final String str, final Exception err){ 
    300         System.err.println("MoodleSpeexPlayerApplet important error: " + str); 
     300        System.err.println("PlayerApplet important error: " + str); 
    301301        err.printStackTrace(); 
    302302        JButton errButt = new JButton("Error"); 
    303303        errButt.addActionListener(new ActionListener(){ 
    304304                       public void actionPerformed(ActionEvent e){ 
    305                          JOptionPane.showMessageDialog(null, str + "\n\n" + err, "Moodlespeex error", JOptionPane.ERROR_MESSAGE); 
     305                         JOptionPane.showMessageDialog(null, str + "\n\n" + err, "PlayerApplet error", JOptionPane.ERROR_MESSAGE); 
    306306                       } 
    307307                       }); 
  • Trunk/SpeechSubmission/VFSpeechSubmission/java/src/speechrecorder/RecorderApplet.java

    r2316 r2317  
    2121 * @author  kmaclean 
    2222 */ 
    23 public class MoodleSpeexRecorderApplet extends JApplet { 
    24  
    25     static MoodleSpeexRecorderApplet applet; 
     23public class RecorderApplet extends JApplet { 
     24 
     25    static RecorderApplet applet; 
    2626    private CapturePlayback theRecorder; 
    2727    // !!!!!! 
     
    166166 //             cookie = "kenmacleantest"; 
    167167// !!!!!!           
    168                 System.err.println("MoodleSpeexRecorderApplet Cookie: " + cookie +":\n");             
     168                System.err.println("RecorderApplet Cookie: " + cookie +":\n");             
    169169        } catch (NullPointerException nullLang){ 
    170170            // Default language being set