Property | Type | Description | |
---|---|---|---|
dataBytes | byte[] | ||
floatToInt16RescaleFactor | int | ||
fmtBytes | byte[] | ||
headerSize | int | ||
riffBytes | byte[] | ||
waveBytes | byte[] |
Method | Description | |
---|---|---|
GetHeader ( int numChannels, int sampleRate, int numBytes ) : byte[] |
Returns the header for a 16 bit uncompressed wav file.
|
|
IsEqualTo ( this bytes, byte comparand ) : bool |
Compare byte arrays ( extension method )
|
public static GetHeader ( int numChannels, int sampleRate, int numBytes ) : byte[] | ||
numChannels | int | |
sampleRate | int | |
numBytes | int | |
return | byte[] |
public static IsEqualTo ( this bytes, byte comparand ) : bool | ||
bytes | this | |
comparand | byte | |
return | bool |
public static int floatToInt16RescaleFactor | ||
return | int |