-
Notifications
You must be signed in to change notification settings - Fork 231
Add PDPWOPR project. PDPCMX effect. New Audio engine. #738
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
Merged
Changes from 3 commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
727636d
Add PDPWOPR project. PDPCMX effect
davepl fad5ad6
Clean up project, fix S3 screen crash
davepl f6f2068
Fix non-working python script dependency
davepl ca412f6
Interim work on platformio.ini refactor
davepl 06edf0e
Fix audio break
davepl e23d3c6
Fix audio issue with elecrow mesmerizer
davepl fb1fb79
Add libdeps, effects to mesmerizer
davepl 8e0a5b4
Merge branch 'pdpwopr' of github.com:PlummersSoftwareLLC/NightDriverS…
davepl cc243da
Fix partition table for mesmerizer
davepl 264f500
Build fixes
davepl 9e3fa75
Make them all build
davepl 05ae704
Before lib_deps
davepl 6146dc9
Remove redundant libs
davepl a159aa3
Move MESMERIZER out of globals as a test
davepl 44852e8
Migrate globals to platformio
davepl 4d095d7
Fix feather_hexagon
davepl b88a4d9
Merge pull request #739 from PlummersSoftwareLLC/main
davepl 1eb0425
Fix audio on mesmerizer
davepl c49b60e
Merge branch 'pdpwopr' of github.com:PlummersSoftwareLLC/NightDriverS…
davepl 82728e9
Update soundanalyzer define
davepl ff4720c
Work around IDF version differences
davepl 36aaa17
Fix missing endif
davepl 76bf1ad
Fix (i2s_mode_t) issue
davepl 7da880e
Remove project default
davepl 9ec664a
Enable Audio in spectrum effects
davepl dcdd6f3
Enable audio in spectrum2
davepl 3ed6077
New sound engine
32d5625
Revert to custom_effects.h overriding the effect flag
rbergen 4cb1584
24 band plus cleanup
690b3be
Change data type to float
36f56c2
Add comments
c062423
Per-mic audio settings
6ecdfd4
Redo smoothing
fa44d8a
Merge branch 'audio' into pdpwopr
davepl 53925b6
Merge pull request #741 from PlummersSoftwareLLC/pdpwopr
davepl e3746c9
Fix shadow of variable
e0e93f8
FrameGate
davepl c347cc9
Revert "FrameGate"
davepl d4183a6
Switch to cbrt() only
davepl 6c565c5
Fix shadow of variables
davepl fba2150
Update comment
davepl 4419a6c
Disable warning, set to 24ksamples
davepl 25d55ff
Merge branch 'pdpwopr' into audio
davepl d98d838
Merge pull request #742 from PlummersSoftwareLLC/audio
davepl 46cd909
Optimizations and audio gating
davepl 927224e
Merge branch 'pdpwopr' into audioupdates
davepl 5f35278
Update soundanalyzer.h
davepl 5acad60
Use std algos
davepl d3f7b42
Merge branch 'audioupdates' of github.com:PlummersSoftwareLLC/NightDr…
davepl 2936e8c
Fix build mess
davepl 299afe7
Improve Clear()
davepl e6b0d17
Restore NUM_BANDS in no audio case
davepl 86c88b7
fade optimizations
davepl e462b21
Merge pull request #744 from PlummersSoftwareLLC/audioupdates
davepl File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| Import("env") | ||
|
|
||
| try: | ||
| import intelhex | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. That might have been a transient bug. |
||
| except ImportError: | ||
| env.Execute("$PYTHONEXE -m pip install intelhex") | ||
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.