Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEarable/open-earable
/ begin
Method
begin
src/audio_pdm/BLEStream.cpp:27–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
bool BLEStream::begin() {
28
(*stream)->open();
29
30
start();
31
return true;
32
}
33
34
void BLEStream::setSampleRate(int sampleRate) {
35
_sampleRate = sampleRate;
Callers
nothing calls this directly
Calls
1
open
Method · 0.80
Tested by
no test coverage detected