| 
            
              WaveEncoder Constructor (String)
             | 
          
        
         
              Constructs a new Wave encoder.
            
 
    Namespace: 
   Accord.Audio.Formats
    Assembly:
   Accord.Audio.DirectSound (in Accord.Audio.DirectSound.dll) Version: 3.8.0
Syntaxpublic WaveEncoder(
	string path
)
Public Sub New ( 
	path As String
)
 Request Example
		View SourceParameters
- path
 - Type: SystemString
The path to a file to store the encoded data. 
See Also