voxforge.org
VoxForge Dev

Changeset 2305

Show
Ignore:
Timestamp:
09/28/07 15:13:19 (1 year ago)
Author:
kmaclean
Message:

CapturePlayback? - ticket #196 fixed

Files:

Legend:

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

    r2304 r2305  
    17221722                        getAudioInputStream(); 
    17231723            playbackInputStream = AudioSystem.getAudioInputStream(format, audioInputStream); 
    1724  
     1724             
     1725            progBar.setStringPainted(true); 
     1726            progBar.setString(samplingGraph.peakWarning ?  
     1727                         "Warning: input may be too loud" : ""); 
    17251728            // !!!!!! 
    17261729            while (thread != null) {