Request to contribute an example about audio time-frequency analysis using tfjs #1338
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello,
I would like to contribute an example on how to perform time, frequency, and time & frequency (spectrogram) analysis on audio data using the tensorflow.js library. The index.html file contains the required functions with simple straightforward explanations. JQuery is used to fetch a single audio file, and Plotly.js is used to plot the audio data in time, frequency, and time & frequency (spectrogram).
I understand that you would like to have only examples of high quality, I have looked at the GitHub Issues section and I have already a signed Google agreement. I would be happy to make any changes to this example if it is found insufficient, and/or would be happy to share it in the GitHub Issues if it is not selected.
My intentions in creating this audio processing application is to ultimately perform audio-to-text analysis in an end-to-end webapp, I intend to update and continue improving these functions in more advanced applications (ie: parallel processing with webworker, etc).
All the best,
Jamilah Foucher