vu meters. #35
-
okay im terribly not good at coding, but do enjoy the challenge but i seem to of hit a brick wall knowledge wise, and desperately seek wisdom. on the audiotools page, there is projects featured and there is this wireless vu meter, I am essentially using the snapclient i2s example with very minimal changes, with this from one of your featured projects: class MyI2S : public I2SStream { I cannot seem get this code to run real time, snapclient seems to be using up all available resources. i am using multi and adding this as one of the streams i believe you call them. many thanks in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Why don't you just use the existing VolumeMeter ? What do you mean with "snapclient seems to be using up all available resources" ? ps. you messed up with the data type for buffer16: it should be a pointer! |
Beta Was this translation helpful? Give feedback.
Why don't you just use the existing VolumeMeter ?
What do you mean with "snapclient seems to be using up all available resources" ?
ps. you messed up with the data type for buffer16: it should be a pointer!