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
Accelerator
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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
0xCB-dev
/
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
audiomp3
on
main
User selector
All users
All time
Commit history
Commits on Sep 23, 2024
Fix infinite loop when there's a partial frame at the end of the file.
eric321
committed
ca53f8b
View commit details
Copy full SHA for ca53f8b
View code at this point
Browse repository at this point
Commits on Jun 13, 2024
MP3Decoder: set the nonblocking flag as needed
Show description for 4d4d654
jepler
committed
4d4d654
View commit details
Copy full SHA for 4d4d654
View code at this point
Browse repository at this point
Commits on Jun 5, 2024
MP3Decoder: better handle underflows of mp3 stream
Show description for 6c9eaf1
jepler
committed
6c9eaf1
View commit details
Copy full SHA for 6c9eaf1
View code at this point
Browse repository at this point
MP3Decoder: Make it possible to start in the middle of an MP3
Show description for cb295c5
jepler
committed
cb295c5
View commit details
Copy full SHA for cb295c5
View code at this point
Browse repository at this point
Commits on Jun 4, 2024
MP3Decoder: improve some comments
jepler
committed
6f6b680
View commit details
Copy full SHA for 6f6b680
View code at this point
Browse repository at this point
Commits on Jun 3, 2024
MP3Decoder: avoid all blocking reads in background
Show description for f81a3ae
jepler
committed
f81a3ae
View commit details
Copy full SHA for f81a3ae
View code at this point
Browse repository at this point
Commits on May 30, 2024
MP3Decoder: ssize_t type is not portable, don't use it
jepler
committed
a5c4a86
View commit details
Copy full SHA for a5c4a86
View code at this point
Browse repository at this point
MP3Decoder: STATIC -> static
jepler
committed
dffc55e
View commit details
Copy full SHA for dffc55e
View code at this point
Browse repository at this point
MP3Decoder: better handle INDATA_UNDERFLOW & MAINDATA_UNDERFLOW
Show description for 9bc89f5
jepler
committed
9bc89f5
View commit details
Copy full SHA for 9bc89f5
View code at this point
Browse repository at this point
MP3Decoder: do better at keeping stream buffer full
jepler
committed
974b21a
View commit details
Copy full SHA for 974b21a
View code at this point
Browse repository at this point
MP3Decoder: make testable in coverage build
Show description for a80311d
jepler
committed
a80311d
View commit details
Copy full SHA for a80311d
View code at this point
Browse repository at this point
MP3Decoder: Allow passing any stream-like object
Show description for d6ddd55
jepler
committed
d6ddd55
View commit details
Copy full SHA for d6ddd55
View code at this point
Browse repository at this point
Commits on May 20, 2024
CircuitPython files: replace STATIC with static
dhalbert
committed
3f4d931
View commit details
Copy full SHA for 3f4d931
View code at this point
Browse repository at this point
guard2once -s ...
dhalbert
committed
950b5d0
View commit details
Copy full SHA for 950b5d0
View code at this point
Browse repository at this point
Commits on May 17, 2024
update headers of most CircuitPython-only files
dhalbert
committed
747b761
View commit details
Copy full SHA for 747b761
View code at this point
Browse repository at this point
Commits on May 1, 2024
MP3Decoder: Allow port to override the allocator
Show description for 7af2a13
jepler
committed
7af2a13
View commit details
Copy full SHA for 7af2a13
View code at this point
Browse repository at this point
espressif: Don't hold interrupts disabled a long time
Show description for 08a440d
jepler
committed
08a440d
View commit details
Copy full SHA for 08a440d
View code at this point
Browse repository at this point
Commits on Oct 30, 2023
Switch to using MP_ERROR_TEXT instead of translate, globally
jepler
committed
774f6ac
View commit details
Copy full SHA for 774f6ac
View code at this point
Browse repository at this point
Commits on Sep 19, 2023
initial merge from v1.20.0; just satisifying conflicts
dhalbert
committed
2c0fa0f
View commit details
Copy full SHA for 2c0fa0f
View code at this point
Browse repository at this point
Commits on Aug 11, 2023
wip; fix qstr processing
dhalbert
committed
fe0e2f1
View commit details
Copy full SHA for fe0e2f1
View code at this point
Browse repository at this point
Commits on May 27, 2022
Conditionalize LTO
tannewt
committed
9d10a3d
View commit details
Copy full SHA for 9d10a3d
View code at this point
Browse repository at this point
Commits on May 19, 2022
message consolidation and more use of validators
dhalbert
committed
a01dec1
View commit details
Copy full SHA for a01dec1
View code at this point
Browse repository at this point
Commits on Apr 22, 2022
MP3Decoder: better handle indicating end of mp3 audio data to caller
Show description for df5f7bc
jepler
committed
df5f7bc
View commit details
Copy full SHA for df5f7bc
View code at this point
Browse repository at this point
Don't erroneously set EOF flag if there was room to read 0 bytes
jepler
committed
1841af9
View commit details
Copy full SHA for 1841af9
View code at this point
Browse repository at this point
Commits on Apr 4, 2022
MP3Decoder: Accurately inform when no more data
Show description for 683ece7
jepler
committed
683ece7
View commit details
Copy full SHA for 683ece7
View code at this point
Browse repository at this point
Commits on Jan 2, 2022
audiomp3: reset decoded_samples when file resets
Show description for 131b945
roku-bcombee
committed
131b945
View commit details
Copy full SHA for 131b945
View code at this point
Browse repository at this point
audiomp3: add decoded_samples property
Show description for 98b0029
roku-bcombee
committed
98b0029
View commit details
Copy full SHA for 98b0029
View code at this point
Browse repository at this point
Commits on Nov 10, 2021
Additional missing-prototypes fixes
Show description for 621953c
jepler
committed
621953c
View commit details
Copy full SHA for 621953c
View code at this point
Browse repository at this point
Commits on Aug 17, 2021
MP3Decoder: Fix playback stopping issue
Show description for d67acb8
jepler
committed
d67acb8
View commit details
Copy full SHA for d67acb8
View code at this point
Browse repository at this point
Commits on Jul 1, 2021
RP2040 PWMAudioOut: Release DMA channels after play has finished.
dhalbert
committed
33bbb8b
View commit details
Copy full SHA for 33bbb8b
View code at this point
Browse repository at this point
Commits on Mar 15, 2021
run code formatting script
microdev1
committed
a52eb88
View commit details
Copy full SHA for a52eb88
View code at this point
Browse repository at this point
Commits on Jul 15, 2020
MP3Decoder: take advantage of background callback
Show description for bdab6c1
jepler
committed
bdab6c1
View commit details
Copy full SHA for bdab6c1
View code at this point
Browse repository at this point
Commits on Jan 6, 2020
Fix more build problems
jepler
committed
dd6010a
View commit details
Copy full SHA for dd6010a
View code at this point
Browse repository at this point
audiomp3: rename to MP3Decoder
jepler
committed
dc72971
View commit details
Copy full SHA for dc72971
View code at this point
Browse repository at this point
Commits on Jan 2, 2020
MP3File: Add rms_level property
Show description for ec22520
jepler
committed
ec22520
View commit details
Copy full SHA for ec22520
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.