Skip to content

SoundWaveChunk

AutumnSky1010 edited this page Nov 18, 2022 · 1 revision

Class SoundWaveChunk

Definition

Namespace: SoundMaker.WaveFile
Assembly: SoundMaker.dll

Chunk of sound data for the .wav file.

public class SoundWaveChunk : IChunk

Inheritance

Object -> SoundWaveChunk

Implements

Constructors

SoundWaveChunk(byte[])

Declaration

public SoundWaveChunk(byte[] soundWave)

Parameters

Type Desctiption
byte[] The array of sound wave to write to the .wav file.

Properties

Size

Declaration

public uint Size { get; }

Property Value

Type Desctiption
uint Size of the wave data.

Methods

GetBytes()

Get array of this chunk.
Declaration

public byte[] GetBytes()

Returns

Type Desctiption
byte[] Array of this chunk to write to the .wav file.
Clone this wiki locally