Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEarable/open-earable
/ BLEStream
Method
BLEStream
src/audio_pdm/BLEStream.cpp:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
int index_ble = 0;
18
19
BLEStream::BLEStream() {
20
filter = new SOSFilter(FILT_ORDER, b, a);
21
}
22
23
BLEStream::~BLEStream() {
24
delete filter;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected