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 }}
qwiff-dogg
/
miniaudio
Public
forked from
mackron/miniaudio
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
miniaudio
miniaudio.h
on
dev-0.12
User selector
All users
All time
Commit history
Commits on Mar 1, 2024
API CHANGE: Rename a variable.
Show description for f760d05
mackron
committed
f760d05
View commit details
Copy full SHA for f760d05
View code at this point
Browse repository at this point
API CHANGE: Rename a variable.
Show description for ff9225a
mackron
committed
ff9225a
View commit details
Copy full SHA for ff9225a
View code at this point
Browse repository at this point
Merge branch 'dev' into dev-0.12
mackron
committed
2c59b30
View commit details
Copy full SHA for 2c59b30
View code at this point
Browse repository at this point
Commits on Feb 29, 2024
Fix a bug where sounds loaded with `MA_SOUND_FLAG_DECODE` do not loop.
mackron
committed
0eb86ea
View commit details
Copy full SHA for 0eb86ea
View code at this point
Browse repository at this point
Changes to ma_audio_buffer_ref and ma_audio_buffer.
Show description for 0262d89
mackron
committed
0262d89
View commit details
Copy full SHA for 0262d89
View code at this point
Browse repository at this point
Merge branch 'dev' into dev-0.12
mackron
committed
5a0d1ad
View commit details
Copy full SHA for 5a0d1ad
View code at this point
Browse repository at this point
fix typos
RainRat
authored and
mackron
committed
030b955
View commit details
Copy full SHA for 030b955
View code at this point
Browse repository at this point
Remove a deprecated config variable.
Show description for c0be89b
mackron
committed
c0be89b
View commit details
Copy full SHA for c0be89b
View code at this point
Browse repository at this point
Fix some const errors and add ma_decoder_get_encoding_format().
mackron
committed
7c90311
View commit details
Copy full SHA for 7c90311
View code at this point
Browse repository at this point
Update docs and add support for backend-specific userdata for decoders.
mackron
committed
61ec4b1
View commit details
Copy full SHA for 61ec4b1
View code at this point
Browse repository at this point
Clean up.
mackron
committed
2eb6f4e
View commit details
Copy full SHA for 2eb6f4e
View code at this point
Browse repository at this point
Add helper functions for retrieving encoding format from an extension.
Show description for 4fc86eb
mackron
committed
4fc86eb
View commit details
Copy full SHA for 4fc86eb
View code at this point
Browse repository at this point
Implement onGetEncodingFormat for libvorbis and libopus decoders.
mackron
committed
ff0a53f
View commit details
Copy full SHA for ff0a53f
View code at this point
Browse repository at this point
Big simplification decoder initialization.
Show description for 99c5a9c
mackron
committed
99c5a9c
View commit details
Copy full SHA for 99c5a9c
View code at this point
Browse repository at this point
Define stock decoding vtables to null when disabled at compile time.
mackron
committed
7d8e852
View commit details
Copy full SHA for 7d8e852
View code at this point
Browse repository at this point
Fix a typo.
mackron
committed
05756ff
View commit details
Copy full SHA for 05756ff
View code at this point
Browse repository at this point
Rename some variables in preparation for changes to decoding backends.
mackron
committed
9a6eefd
View commit details
Copy full SHA for 9a6eefd
View code at this point
Browse repository at this point
Expose stock decoding backend vtables.
Show description for ce848a3
mackron
committed
ce848a3
View commit details
Copy full SHA for ce848a3
View code at this point
Browse repository at this point
Merge branch 'dev' into dev-0.12
mackron
committed
e290104
View commit details
Copy full SHA for e290104
View code at this point
Browse repository at this point
Remove some leftover experimental code.
mackron
committed
c6d8b59
View commit details
Copy full SHA for c6d8b59
View code at this point
Browse repository at this point
Fix compilation errors.
mackron
committed
521b657
View commit details
Copy full SHA for 521b657
View code at this point
Browse repository at this point
Merge branch 'dev' into dev-0.12
mackron
committed
5888bfa
View commit details
Copy full SHA for 5888bfa
View code at this point
Browse repository at this point
Update documentation.
mackron
committed
63e1900
View commit details
Copy full SHA for 63e1900
View code at this point
Browse repository at this point
Add new init flags for sounds and resource managed data sources.
Show description for 29da9b7
mackron
committed
29da9b7
View commit details
Copy full SHA for 29da9b7
View code at this point
Browse repository at this point
Commits on Feb 28, 2024
PulseAudio: Try fixing a channel mapping bug.
Show description for b454e7f
mackron
committed
b454e7f
View commit details
Copy full SHA for b454e7f
View code at this point
Browse repository at this point
Minor cleanup.
mackron
committed
d36a2ef
View commit details
Copy full SHA for d36a2ef
View code at this point
Browse repository at this point
Commits on Feb 27, 2024
Memory improvements to node processing.
Show description for 9aa6e03
mackron
committed
9aa6e03
View commit details
Copy full SHA for 9aa6e03
View code at this point
Browse repository at this point
Update to node processing.
Show description for 7a8ebd7
mackron
committed
7a8ebd7
View commit details
Copy full SHA for 7a8ebd7
View code at this point
Browse repository at this point
Commits on Feb 26, 2024
Update dr_wav and dr_mp3.
mackron
committed
e32cc9f
View commit details
Copy full SHA for e32cc9f
View code at this point
Browse repository at this point
Commits on Feb 24, 2024
Forward declare ma_semaphore API.
mackron
committed
babd7fb
View commit details
Copy full SHA for babd7fb
View code at this point
Browse repository at this point
Merge branch 'dev' into dev-0.12
mackron
committed
f01ce43
View commit details
Copy full SHA for f01ce43
View code at this point
Browse repository at this point
Commits on Feb 8, 2024
Web: Increase the default stack size for the AudioWorklets thread.
mackron
committed
f20ab8a
View commit details
Copy full SHA for f20ab8a
View code at this point
Browse repository at this point
Commits on Jan 30, 2024
Fix out of range check in ma_default_vfs_seek__win32
ravencgg
authored and
mackron
committed
aa57d05
View commit details
Copy full SHA for aa57d05
View code at this point
Browse repository at this point
Commits on Jan 27, 2024
Web: Fix a possible JS error.
Show description for c0afa7e
mackron
committed
c0afa7e
View commit details
Copy full SHA for c0afa7e
View code at this point
Browse repository at this point
Commits on Jan 23, 2024
Update dr_wav.
mackron
committed
bde517a
View commit details
Copy full SHA for bde517a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.