Main Content

Audio I/O and Waveform Generation

记录和播放音频from devices, read and write audio files, generate waveforms

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
audioDeviceReader Record from sound card
audioDeviceWriter Play to sound card
asiosettings Open settings panel for ASIO driver
getAudioDevices List available audio devices
audioOscillator Generate sine, square, and sawtooth waveforms
wavetableSynthesizer Generate periodic signal from single-cycle waveforms
pinknoise Generate pink noise

Blocks

Audio Device Reader Record from sound card
Audio Device Writer Play to sound card
From Multimedia File Stream from multimedia file
To Multimedia File Stream video frames and audio samples to multimedia file
Wavetable Synthesizer Generate periodic signal from single-cycle waveforms
Audio Oscillator Generate sine, square, and sawtooth waveforms

Topics