Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement ImPlot widget in GUI application #4

Open
TheJollyDuck opened this issue Nov 11, 2023 · 0 comments
Open

Implement ImPlot widget in GUI application #4

TheJollyDuck opened this issue Nov 11, 2023 · 0 comments
Assignees
Labels
feature Something new to be added to the project

Comments

@TheJollyDuck
Copy link
Owner

We need to have several plots for the data that we will need to process. This should include:

  • Raw Audio data: To see what kind of audio are we parsing into the FFT. (This should include all the )
  • Spectrogram: To see the frequency components of the audio in respect to time.
  • Whistle Detector Output: Once the FFT outputs is parsed into the whistle NN, it should output the float value into a plot.

Optional (but nice to have graphs):

  • Mono Audio stream: Since the current RoboÉireann codebase down-mixes the audio buffers from the microphones down to a mono stream and scales the data by a set gain, this output is nice to see the final audio data before being parsed into the FFT.
@TheJollyDuck TheJollyDuck self-assigned this Nov 11, 2023
@TheJollyDuck TheJollyDuck added the feature Something new to be added to the project label Nov 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Something new to be added to the project
Projects
None yet
Development

No branches or pull requests

1 participant