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 }}
daedalia
/
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_audiocvt.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 10, 2023
Removed space between sizeof and parentheses
slouken
committed
76e9d64
View commit details
Copy full SHA for 76e9d64
View code at this point
Browse repository at this point
Fixed build warning on Android
Show description for e9f9cb2
slouken
committed
e9f9cb2
View commit details
Copy full SHA for e9f9cb2
View code at this point
Browse repository at this point
Uses integer arithmetics in SDL_ResampleAudio
Show description for ef34777
Qrox
authored and
sezero
committed
ef34777
View commit details
Copy full SHA for ef34777
View code at this point
Browse repository at this point
Commits on Feb 22, 2023
fix MSVC build failures in CI after commit 1e5e8e2f
Show description for 5a7ea76
sezero
authored and
icculus
committed
5a7ea76
View commit details
Copy full SHA for 5a7ea76
View code at this point
Browse repository at this point
resampler: Work at double precision on x86-64 machines.
Show description for 9403c9e
icculus
committed
9403c9e
View commit details
Copy full SHA for 9403c9e
View code at this point
Browse repository at this point
Commits on Jan 16, 2023
SDL_CreateAudioStream: check for invalid parameters
1bsyl
committed
c638b4a
View commit details
Copy full SHA for c638b4a
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 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
SDL_ResampleAudio: Fix float accumulation error
Show description for 8145212
maxmitti
authored and
icculus
committed
8145212
View commit details
Copy full SHA for 8145212
View code at this point
Browse repository at this point
Commits on Nov 16, 2022
Fixes made in response to running a static code analyzer under MS Windows.
Show description for ec58a81
ulatekh
authored and
icculus
committed
ec58a81
View commit details
Copy full SHA for ec58a81
View code at this point
Browse repository at this point
Commits on Nov 5, 2022
audio: Avoid accumulation errors in resampler.
Show description for 78f9710
icculus
committed
78f9710
View commit details
Copy full SHA for 78f9710
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 Jul 20, 2022
audio: Remove 5.1->X SIMD converters, add SSE mono->stereo.
Show description for 9f56c7c
icculus
committed
9f56c7c
View commit details
Copy full SHA for 9f56c7c
View code at this point
Browse repository at this point
audio: Replaced some debug-printfs with debug-SDL_Logs. :)
icculus
committed
b83ae9f
View commit details
Copy full SHA for b83ae9f
View code at this point
Browse repository at this point
audio: Generate the channel converter code from a program.
icculus
committed
49ec8db
View commit details
Copy full SHA for 49ec8db
View code at this point
Browse repository at this point
audio: "SL" means "surround left" not "side left", etc.
icculus
committed
f06cc3e
View commit details
Copy full SHA for f06cc3e
View code at this point
Browse repository at this point
audio: Add channel convert filter _after_ choosing an SIMD version.
icculus
committed
5a0c819
View commit details
Copy full SHA for 5a0c819
View code at this point
Browse repository at this point
audio: first attempt at rewriting the channel converters.
Show description for 2572779
icculus
committed
2572779
View commit details
Copy full SHA for 2572779
View code at this point
Browse repository at this point
Commits on Apr 28, 2022
audio: Revert one of the resampler optimizations.
Show description for 2969486
icculus
committed
2969486
View commit details
Copy full SHA for 2969486
View code at this point
Browse repository at this point
Commits on Apr 26, 2022
audio: Resampler optimizations.
Show description for 111c3ad
icculus
committed
111c3ad
View commit details
Copy full SHA for 111c3ad
View code at this point
Browse repository at this point
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 9, 2022
audio: SDL_ConvertStereoToMono_SSE3 missed an unaligned load.
icculus
committed
727eef7
View commit details
Copy full SHA for 727eef7
View code at this point
Browse repository at this point
Commits on Mar 16, 2022
minor optimization (SDL_audiocvt.c)
pionere
authored and
icculus
committed
2c6a9c5
View commit details
Copy full SHA for 2c6a9c5
View code at this point
Browse repository at this point
Commits on Mar 15, 2022
SDL_audiocvt.c: minor cleanup.
sezero
committed
5905696
View commit details
Copy full SHA for 5905696
View code at this point
Browse repository at this point
Commits on Mar 14, 2022
SDL_audiocvt.c: Don't byteswap 8-bit streams
Show description for 7c421fe
Wohlstand
authored and
slouken
committed
7c421fe
View commit details
Copy full SHA for 7c421fe
View code at this point
Browse repository at this point
Commits on Jan 29, 2022
cleanup WASAPI_PrepDevice
Show description for f91211e
pionere
authored and
icculus
committed
f91211e
View commit details
Copy full SHA for f91211e
View code at this point
Browse repository at this point
use SDL_InvalidParamError or SDL_assert instead of custom SDL_SetError
pionere
authored and
icculus
committed
ebdd536
View commit details
Copy full SHA for ebdd536
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 18, 2021
Add audio conversion from/to 61
1bsyl
authored and
slouken
committed
5be8a22
View commit details
Copy full SHA for 5be8a22
View code at this point
Browse repository at this point
Commits on Nov 15, 2021
Add comment to audio clipping (see bug #4104)
1bsyl
committed
b649314
View commit details
Copy full SHA for b649314
View code at this point
Browse repository at this point
Commits on Oct 14, 2021
Fixed bug #4534: NEON implementation of Convert51ToStereo (Thanks Ryan!)
1bsyl
committed
072e3fd
View commit details
Copy full SHA for 072e3fd
View code at this point
Browse repository at this point
Commits on Aug 12, 2021
Improve portability of SDL_Convert51ToStereo_AVX
Show description for 1e92135
jmroot
authored and
slouken
committed
1e92135
View commit details
Copy full SHA for 1e92135
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.