Main Content

Audio I/O and Waveform Generation

从设备录制和播放音频,读写音频文件,生成波形

Audio Toolbox™ enables real-time audio input and output. Using the enhanced functionality of Audio Toolbox audio I/O, you can interact with the low-latency ASIO™ driver on Windows®, selectively map to and from device channels, and control your device bit depth. To manage a database of audio files, useaudioDatastore.

You can also generate tunable periodic waveforms to create test signals, control signals, and your own unique sounds.

Functions

expand all

audioDatastore Datastore for collection of audio files
dsp.audiofilewriter Stream to audio file
dsp。AudioFileReader Stream from audio file
audioPlayerRecorder Simultaneously play and record using an audio device
AudioDevicereDer Record from sound card
audioDeviceWriter Play to sound card
asiosettings Open settings panel for ASIO driver
getAudioDevices 列出可用音频设备
audioOscillator 产生正弦,正方形和锯齿波形
wavetableSynthesizer Generate periodic signal from single-cycle waveforms
pinknoise Generate pink noise

Blocks

Audio Device Reader Record from sound card
音频设备作家 Play to sound card
From Multimedia File Stream from multimedia file
To Multimedia File Stream video frames and audio samples to multimedia file
可波动合成器 Generate periodic signal from single-cycle waveforms
音频振荡器 产生正弦,正方形和锯齿波形

Topics