-
Notifications
You must be signed in to change notification settings - Fork 1
SoundWaveChunk
AutumnSky1010 edited this page Nov 18, 2022
·
1 revision
Namespace: SoundMaker.WaveFile
Assembly: SoundMaker.dll
Chunk of sound data for the .wav file.
public class SoundWaveChunk : IChunk
Object -> SoundWaveChunk
Declaration
public SoundWaveChunk(byte[] soundWave)
Parameters
Type | Desctiption |
---|---|
byte[] | The array of sound wave to write to the .wav file. |
Declaration
public uint Size { get; }
Property Value
Type | Desctiption |
---|---|
uint | Size of the wave data. |
Get array of this chunk.
Declaration
public byte[] GetBytes()
Returns
Type | Desctiption |
---|---|
byte[] | Array of this chunk to write to the .wav file. |
- Usage
- Kind of waves
- What is the SMSC format?
- kind of sound components.
- How to export the wave
- Use cases
SoundMaker.ScoreData.SMSC
SoundMaker.WaveFile
SoundMaker.Sounds
- Sounds.BitRateType
- Sounds.ChannelType
- IWave
- MixerBase
- MonauralMixer
- MonauralWave
- Sounds.SamplingFrequencyType
- SoundDirectionType
- SoundFormat
- StereoMixer
- StereoWave