メインコンテンツ

オーディオ

Raspberry Pi® のオーディオ プレーヤーとキャプチャの使用

Raspberry Pi を使用してオーディオ入力デバイスに接続し、制御します。audiocapture オブジェクト、audioplayer オブジェクト、capture 関数、および play 関数は、コード生成でのみサポートされています。

オブジェクト

raspiConnection to Raspberry Pi board
audiocaptureConnection between audio input device and Raspberry Pi hardware
audioplayerConnection between audio output device and Raspberry Pi hardware

関数

captureCapture data from audio device connected to Raspberry Pi
playPlay audio from audio device connected to Raspberry Pi

注目の例