| 
            
              AudioOutputDevicePlay Method (Single)
             | 
          
        
         
              Starts playing the current buffer.
            
 
    Namespace: 
   Accord.DirectSound
    Assembly:
   Accord.Audio.DirectSound (in Accord.Audio.DirectSound.dll) Version: 3.8.0
Syntaxpublic void Play(
	float[] samples
)
Public Sub Play ( 
	samples As Single()
)
 Request Example
		View SourceParameters
- samples
 - Type: SystemSingle
 
See Also