Skip to content

all in one (audiokit, faust, Encoder, espnow) ... too much ? #337

Answered by pschatzmann
mkoenings asked this question in Q&A
Discussion options

You must be logged in to vote

I adapted the constructor slightly to accept a more generic Print object: Please use the latest version.
After this change I adapted the example to output to CsvStream

CsvStream<int16_t> out(Serial, 1);
AudioKitStream kit; 
FaustStream<mydsp> faust(out); // final output of Faust is kit
StreamCopy copier(faust, kit);  // copy data from kit to faust

kit.defaultConfig(RX_MODE) is also working fine.
So, I can't reproduce your issue...

Replies: 17 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@pschatzmann
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mkoenings
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants