Dwedit
|
412c655432
|
Backport Hermite Resampler bypass code from Libretro version
|
2018-06-06 19:45:52 -05:00 |
Brandon Wright
|
39f05664cd
|
Add dynamic rate control for audio, based on Retroarch/Themaister's paper
Adds support to alsa and oss sound drivers on GTK+ port.
|
2017-11-20 12:07:54 -06:00 |
OV2
|
42f751da4a
|
Assert on uneven sample count
|
2016-11-06 22:05:54 +01:00 |
Brandon Wright
|
53defb5b11
|
Go back to floating point hermite resampler.
16-bit fixed point doesn't have enough accuracy for a decent SNR with hermite.
|
2012-04-07 16:49:55 -05:00 |
Brandon Wright
|
1aeb1c8f3e
|
Fix warning about operation order.
|
2012-02-02 15:57:42 -06:00 |
Brandon Wright
|
8db1c467ac
|
Adjust fixed-point hermite resampler. Use signed arithmetic.
|
2012-02-02 15:48:17 -06:00 |
Brandon Wright
|
93cf0a77b9
|
Revert "Revert "Change hermite resampler to use fixed-point arithmetic for speed on""
This reverts commit 986289a96c .
|
2012-02-02 15:47:44 -06:00 |
Brandon Wright
|
986289a96c
|
Revert "Change hermite resampler to use fixed-point arithmetic for speed on"
This reverts commit 2411daa2e7 .
|
2012-02-01 14:45:31 -06:00 |
Brandon Wright
|
2411daa2e7
|
Change hermite resampler to use fixed-point arithmetic for speed on
slower FPU systems.
|
2012-01-30 15:59:19 -06:00 |
Brandon Wright
|
f6c9ea8de3
|
Don't call hermite twice per sample for clamping. Adjust so compiler
auto-SIMDs.
|
2012-01-30 13:29:01 -06:00 |
Brandon Wright
|
2337ab3ed0
|
Optimize hermite resampler slightly. The vtable lookup on read probably still hurts fine-granularity sound systems like OSS.
|
2011-12-14 02:47:44 -06:00 |
OV2
|
debd16c179
|
Update to latest WIP
|
2010-09-25 18:46:06 +02:00 |