Changeset 2305
- Timestamp:
- 09/28/07 15:13:19 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Trunk/SpeechSubmission/VFSpeechSubmission/java/src/moodlespeex/CapturePlayback.java
r2304 r2305 1722 1722 getAudioInputStream(); 1723 1723 playbackInputStream = AudioSystem.getAudioInputStream(format, audioInputStream); 1724 1724 1725 progBar.setStringPainted(true); 1726 progBar.setString(samplingGraph.peakWarning ? 1727 "Warning: input may be too loud" : ""); 1725 1728 // !!!!!! 1726 1729 while (thread != null) {