Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
JetForMe
/
circuitpython
Public
forked from
adafruit/circuitpython
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
circuitpython
shared-module
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 19, 2024
fix keys.*.reset() behavior to send pressed instead of released events
dhalbert
committed
c5a929e
View commit details
Copy full SHA for c5a929e
View code at this point
Browse repository at this point
Commits on Nov 10, 2024
Merge pull request #9756 from jepler/synthio-blockbiquad
Show description for 92ef410
gamblor21
authored
92ef410
View commit details
Copy full SHA for 92ef410
View code at this point
Browse repository at this point
Merge pull request #9772 from relic-se/audiofilters_filterlist
jepler
authored
de9b0b6
View commit details
Copy full SHA for de9b0b6
View code at this point
Browse repository at this point
Commits on Nov 8, 2024
Remove unnecessary `m_malloc_fail` and deinit from memory allocation routines.
relic-se
committed
c96d142
View commit details
Copy full SHA for c96d142
View code at this point
Browse repository at this point
Commits on Nov 7, 2024
BlockBiquad: Only recalculate when needed.
jepler
committed
c377123
View commit details
Copy full SHA for c377123
View code at this point
Browse repository at this point
BlockBiquad: Use `Q` as argument name
Show description for c06e6ee
jepler
committed
c06e6ee
View commit details
Copy full SHA for c06e6ee
View code at this point
Browse repository at this point
Validate type of filter tuple items.
relic-se
committed
5f8ec0a
View commit details
Copy full SHA for 5f8ec0a
View code at this point
Browse repository at this point
Rename `filters` back to `filter` and support individual Biquad object and tuple of Biquad objects.
relic-se
committed
941e122
View commit details
Copy full SHA for 941e122
View code at this point
Browse repository at this point
Commits on Nov 5, 2024
Add audiodelays & audioeffects to unix coverage port
Show description for f8afdcb
jepler
committed
f8afdcb
View commit details
Copy full SHA for f8afdcb
View code at this point
Browse repository at this point
Merge pull request #9787 from relic-se/audiofilters_stopfix
jepler
authored
3a0b97d
View commit details
Copy full SHA for 3a0b97d
View code at this point
Browse repository at this point
Remove trailing whitespace to fix pre-commit.
relic-se
committed
14b1383
View commit details
Copy full SHA for 14b1383
View code at this point
Browse repository at this point
Fix 16-bit unsigned integer silence within audio effects.
relic-se
committed
0aab00d
View commit details
Copy full SHA for 0aab00d
View code at this point
Browse repository at this point
Commits on Nov 4, 2024
Merge pull request #9786 from bill88t/main
jepler
authored
db84e81
View commit details
Copy full SHA for db84e81
View code at this point
Browse repository at this point
Make conversion of `mp_float_t` to `uint32_t` for waveform_loop values explicit.
relic-se
committed
e7382c2
View commit details
Copy full SHA for e7382c2
View code at this point
Browse repository at this point
Add support for `synthio.BlockInput` on `synthio.Note.waveform_loop_start`, `synthio.Note.waveform_loop_end`, `synthio.Note.ring_waveform_loop_start`, and `synthio.Note.ring_waveform_loop_end`.
relic-se
committed
e2a52af
View commit details
Copy full SHA for e2a52af
View code at this point
Browse repository at this point
Fix `ring_waveform_loop_start` typo in frequency calculation.
relic-se
committed
aa7d619
View commit details
Copy full SHA for aa7d619
View code at this point
Browse repository at this point
Fix error with NULL sample handling in `audiofilters.Filter`.
relic-se
committed
63c3e39
View commit details
Copy full SHA for 63c3e39
View code at this point
Browse repository at this point
Commits on Nov 3, 2024
Reboot to normal mode upon fs wipe
bill88t
committed
de20c41
View commit details
Copy full SHA for de20c41
View code at this point
Browse repository at this point
Commits on Oct 29, 2024
Add support for list of Biquad objects within `audiofilters.Filter`.
relic-se
committed
6badb92
View commit details
Copy full SHA for 6badb92
View code at this point
Browse repository at this point
Commits on Oct 25, 2024
Add notch filter to BlockBiquad
jepler
committed
21ebcad
View commit details
Copy full SHA for 21ebcad
View code at this point
Browse repository at this point
Rename FilterType -> FilterMode
jepler
committed
e891bce
View commit details
Copy full SHA for e891bce
View code at this point
Browse repository at this point
Commits on Oct 24, 2024
BlockBiquad: improve docs & make parameter names match old filter methods
jepler
committed
1fef6b4
View commit details
Copy full SHA for 1fef6b4
View code at this point
Browse repository at this point
Add BlockBiquad
Show description for ce0c1c7
jepler
committed
ce0c1c7
View commit details
Copy full SHA for ce0c1c7
View code at this point
Browse repository at this point
Commits on Oct 23, 2024
Remove unnecessary double buffer on `filter_buffer`.
relic-se
committed
c7e87cf
View commit details
Copy full SHA for c7e87cf
View code at this point
Browse repository at this point
Commits on Oct 22, 2024
Biquad filter processing.
relic-se
committed
e7c02bd
View commit details
Copy full SHA for e7c02bd
View code at this point
Browse repository at this point
Avoid processing sample if `filter` is `None`.
relic-se
committed
db540c6
View commit details
Copy full SHA for db540c6
View code at this point
Browse repository at this point
Rename `biquad` property to `filter`.
relic-se
committed
1bf400d
View commit details
Copy full SHA for 1bf400d
View code at this point
Browse repository at this point
Initial structure for biquad filter effect.
relic-se
committed
5246053
View commit details
Copy full SHA for 5246053
View code at this point
Browse repository at this point
Commits on Oct 18, 2024
adafruit_pixelbuf: Allow the buffer to be written in _transmit
Show description for 32c3d04
jepler
committed
32c3d04
View commit details
Copy full SHA for 32c3d04
View code at this point
Browse repository at this point
Commits on Oct 15, 2024
Merge pull request #9640 from gamblor21/audio_effects
Show description for 57fa43a
tannewt
authored
57fa43a
View commit details
Copy full SHA for 57fa43a
View code at this point
Browse repository at this point
Commits on Oct 14, 2024
Added frequency shift on echo option from @dcooperdalrymple
gamblor21
committed
e3228d0
View commit details
Copy full SHA for e3228d0
View code at this point
Browse repository at this point
Commits on Oct 8, 2024
Merge pull request #9672 from samblenny/usb-device
Show description for 6ca0380
tannewt
authored
6ca0380
View commit details
Copy full SHA for 6ca0380
View code at this point
Browse repository at this point
epaperdisplay: fix delay when two_byte_sequence_length is true
Sola85
authored
af7d8b7
View commit details
Copy full SHA for af7d8b7
View code at this point
Browse repository at this point
Commits on Oct 7, 2024
revert usb.core.Device error message changes
Show description for 08bc84b
samblenny
committed
08bc84b
View commit details
Copy full SHA for 08bc84b
View code at this point
Browse repository at this point
Fix about incorrectly recalculating delay
gamblor21
committed
48e1327
View commit details
Copy full SHA for 48e1327
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.