SoundStream.st
changeset 152 89d93f115cb8
parent 121 606a3ccd3682
child 217 fcfbc9f71048
equal deleted inserted replaced
151:70f6349cd668 152:89d93f115cb8
    57     It needs much more work, for stereo, different sampling rates etc.
    57     It needs much more work, for stereo, different sampling rates etc.
    58 
    58 
    59     see companion classes VocBrowser and VocView in fileIn-directory for
    59     see companion classes VocBrowser and VocView in fileIn-directory for
    60     how to use this class.
    60     how to use this class.
    61 "
    61 "
    62 !
    62 ! !
    63 
       
    64 version
       
    65 ^ '$Header: /cvs/stx/stx/libbasic2/SoundStream.st,v 1.18 1995-11-17 16:54:08 cg Exp $'! !
       
    66 
    63 
    67 !SoundStream class methodsFor:'instance creation'!
    64 !SoundStream class methodsFor:'instance creation'!
    68 
    65 
    69 reading
    66 reading
    70     |newStream|
    67     |newStream|
   833     ]
   830     ]
   834 
   831 
   835     "SoundStream writing tuneTone"
   832     "SoundStream writing tuneTone"
   836 ! !
   833 ! !
   837 
   834 
       
   835 !SoundStream class methodsFor:'documentation'!
       
   836 
       
   837 version
       
   838 ^ '$Header: /cvs/stx/stx/libbasic2/SoundStream.st,v 1.19 1995-12-10 00:34:35 cg Exp $'! !