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 }}
Dnicx
/
SDL
Public
forked from
libsdl-org/SDL
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
SDL
src
audio
SDL_audio.c
on
SDL2
User selector
All users
All time
Commit history
Commits on May 23, 2023
Updated source to match SDL function prototype style
slouken
committed
3f1fd5a
View commit details
Copy full SHA for 3f1fd5a
View code at this point
Browse repository at this point
Commits on Mar 9, 2023
Code style: changed "sizeof foo" to "sizeof(foo)" (thanks @sezero!)
Show description for 0d76380
slouken
committed
0d76380
View commit details
Copy full SHA for 0d76380
View code at this point
Browse repository at this point
Commits on Jan 16, 2023
add support for libsamplerate's "linear" resampling mode
Show description for 8efa1f8
fabiangreffrath
authored and
icculus
committed
8efa1f8
View commit details
Copy full SHA for 8efa1f8
View code at this point
Browse repository at this point
Commits on Jan 9, 2023
Updated copyright for 2023
slouken
committed
0479df5
View commit details
Copy full SHA for 0479df5
View code at this point
Browse repository at this point
Commits on Dec 14, 2022
Added support for clang thread-safety analysis
Show description for d59caff
slouken
committed
d59caff
View commit details
Copy full SHA for d59caff
View code at this point
Browse repository at this point
Commits on Dec 1, 2022
Clang-Tidy fixes (#6725)
Show description for d0bbfdb
FtZPetruska
authored and
slouken
committed
d0bbfdb
View commit details
Copy full SHA for d0bbfdb
View code at this point
Browse repository at this point
Commits on Nov 30, 2022
Update for SDL3 coding style (#6717)
Show description for b8d85c6
slouken
committed
b8d85c6
View commit details
Copy full SHA for b8d85c6
View code at this point
Browse repository at this point
Commits on Nov 28, 2022
Cleanup add brace (#6545)
Show description for fb0ce37
1bsyl
authored and
slouken
committed
fb0ce37
View commit details
Copy full SHA for fb0ce37
View code at this point
Browse repository at this point
Commits on Oct 15, 2022
SDL_audiocvt: Respct the SDL_HINT_AUDIO_RESAMPLING_MODE hint
Show description for 2246138
weirddan455
authored and
slouken
committed
2246138
View commit details
Copy full SHA for 2246138
View code at this point
Browse repository at this point
Commits on Oct 10, 2022
N3DS port (squashed)
Show description for 6552753
FtZPetruska
authored and
slouken
committed
6552753
View commit details
Copy full SHA for 6552753
View code at this point
Browse repository at this point
Commits on Oct 7, 2022
audio open: ensure 2 devices don't get the same id
ncian-gpsw
authored and
slouken
committed
484d5fd
View commit details
Copy full SHA for 484d5fd
View code at this point
Browse repository at this point
Commits on Jul 26, 2022
audio: Report SDL_AUDIODEVICEREMOVED for unopened devices.
Show description for 8ff738f
icculus
committed
8ff738f
View commit details
Copy full SHA for 8ff738f
View code at this point
Browse repository at this point
Commits on Jul 20, 2022
audio: 3- and 5-channel formats are now supported
flibitijibibo
authored
f3008e4
View commit details
Copy full SHA for f3008e4
View code at this point
Browse repository at this point
Commits on Jul 17, 2022
Added a utility function to calculate the next power of 2 for a value
slouken
committed
b299cb3
View commit details
Copy full SHA for b299cb3
View code at this point
Browse repository at this point
audio: Handle non-power-of-two spec.samples when unsupported
Show description for 90b86b1
flibitijibibo
committed
90b86b1
View commit details
Copy full SHA for 90b86b1
View code at this point
Browse repository at this point
Commits on Jul 11, 2022
Add SDL_GetDefaultAudioInfo.
Show description for 2f0816a
flibitijibibo
and
Kontrabant
committed
2f0816a
View commit details
Copy full SHA for 2f0816a
View code at this point
Browse repository at this point
Commits on Jun 27, 2022
Initial Audio driver
fjtrujy
authored and
slouken
committed
e4a8087
View commit details
Copy full SHA for e4a8087
View code at this point
Browse repository at this point
Commits on Jun 18, 2022
Support SDL_AUDIODRIVER set to "dsound", which was used by SDL 1.2
Show description for abe38bc
slouken
committed
abe38bc
View commit details
Copy full SHA for abe38bc
View code at this point
Browse repository at this point
Commits on Jun 17, 2022
Added SDL_copyp to avoid size mismatch when copying values (thanks @1bsyl!)
Show description for adc6875
slouken
committed
adc6875
View commit details
Copy full SHA for adc6875
View code at this point
Browse repository at this point
Commits on Apr 26, 2022
audio: Prebake the resampler's kaiser table instead of doing it at runtime.
icculus
committed
de01956
View commit details
Copy full SHA for de01956
View code at this point
Browse repository at this point
Commits on Apr 17, 2022
hints: Make SDL_VIDEODRIVER and SDL_AUDIODRIVER formal hints.
Show description for c1336b2
icculus
authored and
slouken
committed
c1336b2
View commit details
Copy full SHA for c1336b2
View code at this point
Browse repository at this point
Commits on Jan 29, 2022
drop handle parameter of OpenDevice
pionere
authored and
icculus
committed
a70bb25
View commit details
Copy full SHA for a70bb25
View code at this point
Browse repository at this point
cleanup SDL_GetAudioDeviceSpec
Show description for 3939ef7
pionere
authored and
icculus
committed
3939ef7
View commit details
Copy full SHA for 3939ef7
View code at this point
Browse repository at this point
cleanup SDL_GetAudioDeviceName
Show description for 113109f
pionere
authored and
icculus
committed
113109f
View commit details
Copy full SHA for 113109f
View code at this point
Browse repository at this point
re-use return value of SDL_SetError/WIN_SetErrorFromHRESULT/SDL_OutOfMemory II.
pionere
authored and
icculus
committed
c9e8d15
View commit details
Copy full SHA for c9e8d15
View code at this point
Browse repository at this point
adjust handling of iscapture
Show description for 1043dd8
pionere
authored and
icculus
committed
1043dd8
View commit details
Copy full SHA for 1043dd8
View code at this point
Browse repository at this point
re-use return value of SDL_SetError/WIN_SetErrorFromHRESULT/SDL_OutOfMemory
pionere
authored and
icculus
committed
60deadb
View commit details
Copy full SHA for 60deadb
View code at this point
Browse repository at this point
get rid of BeginLoopIteration
pionere
authored and
icculus
committed
4a17612
View commit details
Copy full SHA for 4a17612
View code at this point
Browse repository at this point
get rid of PrepareToClose
pionere
authored and
icculus
committed
0770c58
View commit details
Copy full SHA for 0770c58
View code at this point
Browse repository at this point
audio: Removed an unnecessary commented-out line.
icculus
committed
e0236c0
View commit details
Copy full SHA for e0236c0
View code at this point
Browse repository at this point
cleanup init functions of audio
Show description for 0dda8a7
pionere
authored and
icculus
committed
0dda8a7
View commit details
Copy full SHA for 0dda8a7
View code at this point
Browse repository at this point
get rid of SkipMixerLock
pionere
authored and
icculus
committed
6fcfcc3
View commit details
Copy full SHA for 6fcfcc3
View code at this point
Browse repository at this point
Commits on Jan 3, 2022
Updated copyright for 2022
slouken
committed
120c76c
View commit details
Copy full SHA for 120c76c
View code at this point
Browse repository at this point
Commits on Nov 22, 2021
Remove 'malloc' from comment
1bsyl
authored and
slouken
committed
38cfe25
View commit details
Copy full SHA for 38cfe25
View code at this point
Browse repository at this point
use SDL's functions version inplace of libc version
1bsyl
authored and
slouken
committed
d31251b
View commit details
Copy full SHA for d31251b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.