Logo
Explore Help
Sign In
izzy/ppsspp
0
0
Fork 0
You've already forked ppsspp
mirror of https://github.com/izzy2lost/ppsspp.git synced 2026-03-10 12:43:04 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
https-linux-poc
ppsspp/UI/AudioCommon.h

6 lines
101 B
C
Raw Permalink Normal View History

Move the resampler usage to a common file, AudioCommon. (#17176) * Move the resampler usage to a common file, AudioCommon. Ports that don't want to use the resampler can now simply exclude that file and provide their own implementation. Next up, libretro will be converted to do it that way. * Android.mk typo * libretro makefile fix * libretro buildfix * libretro: try a different approach for the temporary solution * duh * double duh
2023-03-24 17:19:57 +01:00
#pragma once
#include <cstdint>
int __AudioMix(int16_t *outstereo, int numFrames, int sampleRate);
Reference in New Issue Copy Permalink
Powered by Gitea Page: 68ms Template: 4ms
English
English
Licenses API