Method | Description | |
---|---|---|
RawPCMSound ( Stream stream, int length ) : System |
Loads sound from stream.
|
|
RawPCMSound ( byte data ) : System |
Loads sound from byte array.
|
|
ToWAVE ( ) : byte[] |
Converts sound to wave format.
|
|
ToWAVEStream ( ) : |
||
WriteWAVEToStream ( Stream output ) : int |
Method | Description | |
---|---|---|
RawPCMSound ( ) : System |
public RawPCMSound ( Stream stream, int length ) : System | ||
stream | Stream | /// Input stream. /// |
length | int | /// Length of /// |
return | System |
public RawPCMSound ( byte data ) : System | ||
data | byte | /// Raw PCM data. /// |
return | System |
public WriteWAVEToStream ( Stream output ) : int | ||
output | Stream | |
return | int |