Change the interface to the FM networking.

This commit is contained in:
Jonathan Naylor
2024-02-01 13:31:04 +00:00
parent 73084ed734
commit 6420391294
10 changed files with 236 additions and 254 deletions

View File

@@ -30,6 +30,8 @@ public:
virtual void enable(bool enabled) = 0;
virtual bool writeStart() = 0;
virtual bool writeData(const float* data, unsigned int nSamples) = 0;
virtual bool writeEnd() = 0;