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

FFT whole data representation #37

Open
daviderovell0 opened this issue Apr 3, 2020 · 0 comments
Open

FFT whole data representation #37

daviderovell0 opened this issue Apr 3, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@daviderovell0
Copy link
Owner

It is likely that we are going to have several "FFT frames" for a single video frame transition (at let's say 60fps). This means that if we simply read the FFT value at the time of the update, we lose the FFT values before that.

Instead, we could aggregate all the FFT values in between 2 video frames in some meaningful way (such as gradient / average), and use that value instead.

On the other hand, since the audio sampling and the FFT are very fast, the variation in the FFT frames in the video transition might be minimal, therefore making this issue irrelevant.

@daviderovell0 daviderovell0 added the enhancement New feature or request label Apr 3, 2020
@daviderovell0 daviderovell0 added this to Backlog in bzzzbz - v2.0 Jul 24, 2020
@daviderovell0 daviderovell0 added this to Backlog in bzzzbz - v2.0 Aug 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
bzzzbz - v2.0
  
Backlog
bzzzbz - v2.0
  
Backlog
Development

No branches or pull requests

1 participant