Method | Description | |
---|---|---|
Close ( ) : void | ||
Open ( |
||
SpeexAudioEncoder ( bool encodeOgg, BandMode bandMode, bool isVbr, int quality ) : System.IO | ||
Write ( float input, int count ) : void |
Method | Description | |
---|---|---|
GetModeAsInt ( ) : int | ||
WriteCore ( float samples, int count ) : void |
public Open ( |
||
targetStream | ||
channelCount | int | |
sampleFrequency | int | |
return | void |
public SpeexAudioEncoder ( bool encodeOgg, BandMode bandMode, bool isVbr, int quality ) : System.IO | ||
encodeOgg | bool | |
bandMode | BandMode | |
isVbr | bool | |
quality | int | |
return | System.IO |
public Write ( float input, int count ) : void | ||
input | float | |
count | int | |
return | void |