-
Notifications
You must be signed in to change notification settings - Fork 1
WaveWriter
AutumnSky1010 edited this page Aug 14, 2023
·
4 revisions
Namespace: SoundMaker.WaveFile
Assembly: SoundMaker.dll
Write the data to .wav file.
public class WaveWriter
Object -> WaveWriter
Declaration
public WaveWriter(FormatChunk format, SoundWaveChunk soundWave)
Parameters
Type | Desctiption |
---|---|
FormatChunk | Chunk of format for the .wav file. |
SoundWaveChunk | Chunk of sound data for the .wav file. |
Declaration
public void Write(string path)
Parameters
Type | Desctiption |
---|---|
string | The path of .wav file. .wav file will be created, but if not found intermediate directory, will throws DirectoryNotFoundException
|
Declaration
public void Write(Stream stream)
version
2.1.0 ~
Parameters
Type | Desctiption |
---|---|
Stream | The stream. |
- 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