Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEarable/open-earable
/ writeSource
Method
writeSource
src/audio_play/Play_Service.cpp:46–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
void Play_Service::writeSource(WAVConfigurationPacket packet) {
47
if (!_available) return;
48
49
_current = packet;
50
_wavPlayC->writeValue(&_current, sizeof(_current));
51
}
52
53
Play_Service play_service;
Callers
1
setSource
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected