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

SpotifyPro-Integration: Add AudioAnalysis #26

Closed
wants to merge 45 commits into from

Conversation

Mattallmighty
Copy link
Contributor

Audio analysis

@YeonV YeonV linked an issue Oct 7, 2022 that may be closed by this pull request
@YeonV YeonV added the hacktoberfest Hacktoberfest 2022 label Oct 7, 2022
const moment = require('moment');
// eslint-disable-next-line @typescript-eslint/no-var-requires
const momentDurationFormatSetup = require('moment-duration-format');

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Mattallmighty normal imports instead of require doesn't work?

max={20000}
min={300}
valueLabelDisplay="auto"
onChange={handleSizeSliderChange}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@YeonV check this later

src/pages/Settings/UICard.tsx Show resolved Hide resolved
src/store/ui/storeSpotifyActions.tsx Show resolved Hide resolved
Mattallmighty added a commit to Mattallmighty/LedFx-Frontend-v2 that referenced this pull request Oct 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest Hacktoberfest 2022
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SpotifyPro-Integration: Add AudioAnalysis
3 participants