TB2026-YDS Firmware
Loading...
Searching...
No Matches
sink_bluetooth.h
Go to the documentation of this file.
1
14#pragma once
15
16#include "audio_sink.h"
17
const audio_sink_t * sink_bluetooth_get(void)
Get the Bluetooth A2DP sink (PCM -> ring buffer -> A2DP source -> speaker).
Definition sink_bluetooth.c:186
A PCM output backend (wired I2S DAC or Bluetooth A2DP).
Definition audio_sink.h:33