Wenting Zhang
|
3f6284967f
nbzwt: Port to Nintendo 3DS; Fix SDL 1.2 support (#2)
|
7 years ago |
louyihua
|
ae5e9deff9
Fix android compilation bug & little sound play bug
|
8 years ago |
louyihua
|
c0f0d0230a
Use SDL's LockAudio() & UnlockAudio() instead of customized mutex
|
8 years ago |
louyihua
|
124361ef8a
Eliminate MIDI calls when PAL_HAS_NATIVEMIDI is not defined
|
8 years ago |
louyihua
|
6b1286beb9
Reduce sound mutex lock range
|
8 years ago |
louyihua
|
f3ae0012c5
New sound play model: Moving major processing steps (resample & convert) from main thread to audio thread
|
8 years ago |
louyihua
|
c862af68a2
Fix stupid bug on AUDIO_IsIntegerConversion() macro
|
8 years ago |
louyihua
|
1bf48cd079
Use SDL's audio converter for integer resample in SOUND_Play()
|
8 years ago |
louyihua
|
c28b8b4598
Comments change in sound.c
|
8 years ago |
louyihua
|
0e93ecac0a
Comment change & RIX volume optimize & resampler optimize with bug fix in BLEP filter
|
8 years ago |
louyihua
|
1f46e581b7
Slight performance improvement on volume adjust & function name changes
|
8 years ago |
louyihua
|
205481953d
Clean test code
|
8 years ago |
louyihua
|
1d74726652
Audio system refactor
|
8 years ago |
louyihua
|
245744b48a
Sound play fix
|
8 years ago |
louyihua
|
05c493e98b
Move config function definitions to palcfg.c & slightly layout change of WinRT setting page
|
8 years ago |
louyihua
|
174f929f43
[WIP] Refactor 2: new configuration model & WP8.1 enhancement
|
8 years ago |
louyihua
|
614e33d3c2
Bug fix: dead lock on exit, overlay on non-touch devices
|
9 years ago |
louyihua
|
ff3696d415
Bug fix
|
9 years ago |
louyihua
|
42c3490ca3
Windows phone related fix, remove VC6 & VS2010 support, and update readme.txt.
|
9 years ago |
louyihua
|
56cbdfb63f
Compilation fix for non-WIN systems (cont.)
|
9 years ago |
louyihua
|
d25dd1d449
Configurable volume
|
9 years ago |
louyihua
|
28c332e43f
Rixplayer fix & dbopl optimazation & audio buffer size configurable
|
9 years ago |
louyihua
|
d5cab5ce4e
Try new dosbox opl
|
9 years ago |
louyihua
|
e5ac3699f1
Change SWAPxx into SDL's built-in SDL_SwapLExx.
|
9 years ago |
louyihua
|
cb4b7bd42c
Full resampler support, minus bug fix. Remove the codepage autodetection which is not working for TC/SC.
|
9 years ago |
louyihua
|
f0e7a2bfed
A new audio player model
|
9 years ago |
Wei Mingzhi
|
14297c4052
iOS8 support (idea & code courtesy of palxex, not tested).
|
10 years ago |
Wei Mingzhi
|
31208d01c8
[Issue #14] fixed: multiple sounds cannot played at the same time (kinghtt)
|
10 years ago |
Wei Mingzhi
|
86da64248a
WIN95: ending screen
|
10 years ago |
Wei Mingzhi
|
1311e08673
lock-free multithreaded code may lead to double-free or other unexpected results (ie. crash)
|
10 years ago |