Squeak Class Documentation category index | class index  
 
ChatRecorder
  category: Network-Audio Chat
  superclass: SoundRecorder
  subclasses:

No comment. Sorry.

instance methods
  accessing
  recordedSound:

  as yet unclassified
  initialize
pause
playback
resumeRecording

class methods
  no messages
 

instance methods
  accessing top  
 

recordedSound:


  as yet unclassified top  
 

initialize

setting a higher desired recording rate seemed to fix certain powerbook problems.
I'm still trying to understand it all, but there it is for now


 

pause

Go into pause mode. The record level continues to be updated, but no sound is recorded.


 

playback

Playback the sound that has been recorded.


 

resumeRecording

Continue recording from the point at which it was last paused.


class methods
  no messages top