Méthode | Description | |
---|---|---|
Close ( ) : void |
Closes the underlying stream.
|
|
Encode ( |
Encodes the Wave stream into a Signal object.
|
|
Open ( |
Opens the specified stream.
|
|
Open ( Stream stream ) : void |
Open specified stream.
|
|
Open ( string path ) : void |
Open specified stream.
|
|
WaveEncoder ( ) : Accord.Audio |
Constructs a new Wave encoder.
|
|
WaveEncoder ( |
Constructs a new Wave encoder.
|
|
WaveEncoder ( Stream stream ) : Accord.Audio |
Constructs a new Wave encoder.
|
|
WaveEncoder ( string path ) : Accord.Audio |
Constructs a new Wave encoder.
|
Méthode | Description | |
---|---|---|
firstWriteHeaders ( ) : void | ||
initialize ( |
||
updateHeaders ( ) : void |
public Encode ( |
||
signal | ||
Résultat | void |
public Open ( |
||
stream | Stream to open. | |
Résultat | void |
public Open ( Stream stream ) : void | ||
stream | Stream | Stream to open. |
Résultat | void |
public Open ( string path ) : void | ||
path | string | Path of file to open as stream. |
Résultat | void |
public WaveEncoder ( |
||
stream | A file stream to store the encoded data. | |
Résultat | Accord.Audio |
public WaveEncoder ( Stream stream ) : Accord.Audio | ||
stream | Stream | A stream to store the encoded data. |
Résultat | Accord.Audio |
public WaveEncoder ( string path ) : Accord.Audio | ||
path | string | The path to a file to store the encoded data. |
Résultat | Accord.Audio |