Wameuh
Wameuh
Hi! I am trying to work on this issue, but I have a question. About the method Board::push_package, do you want that a specific streamer should be added as an...
Thanks for the information. You have responded to my question about push_package and it was the way I thought. Thanks! About tests. Do I have to create them or not?...
I have creating a PR: https://github.com/brainflow-dev/brainflow/pull/550
Some comments: - The changes don't take care of if the streamer already exists in the vector. I can handle it if needed but it needs significant modifications. - A...
> at the first sight looks fine, just need to fix test a little. And more important you need to add this test to CI pipelines, need to add new...
Hi! I have the same issue. I have tried to discard bytes to be sure that lame does not consider them when reading the file... But my mp3 is not...
I have found a solution: using https://github.com/go-audio/wav to calculate the size of the header and discard those bytes in the bufio reader.
Yes it was a clean install. I will post a message on discord. thanks.