Themaister
|
44c52ca4f8
|
Add -pedantic for shits 'n giggles.
Fix portability issues with void* -> void (*)(void) casts.
Use a more ... bizarre technique ;)
|
2011-05-31 15:03:59 +02:00 |
|
Themaister
|
8bc3d3ac5c
|
Add possibility for audio driver to override sample rate.
|
2011-05-23 14:04:31 +02:00 |
|
Themaister
|
70000607a2
|
Some EQ-ish stuff for lulz.
|
2011-05-21 20:09:43 +02:00 |
|
Themaister
|
c370cba5b5
|
Update config.
|
2011-05-17 19:37:05 +02:00 |
|
Themaister
|
24cb2e6844
|
Update filter a bit. Add a Makefile.
|
2011-05-17 19:34:24 +02:00 |
|
Themaister
|
7f1cd62c8a
|
Update DSP API for config callback.
Clean up API a bit to have separate
SSNES_*_API_VERSION defines.
|
2011-05-17 19:20:41 +02:00 |
|
Themaister
|
aebe6bcd23
|
Add example SSE3-optimized IIR filter.
|
2011-05-17 02:45:10 +02:00 |
|
Themaister
|
6244671b04
|
Small API cleanup.
|
2011-05-15 15:57:47 +02:00 |
|
Themaister
|
b32224d406
|
Check for API mismatch.
|
2011-05-15 01:49:37 +02:00 |
|
Themaister
|
5d5865cfd8
|
Add external API for audio driver.
|
2011-05-15 01:46:11 +02:00 |
|
Themaister
|
4a78f2fef1
|
Add a clarifying comment.
|
2011-05-14 20:53:38 +02:00 |
|
Themaister
|
f10ed12b74
|
Fix doc bug.
|
2011-05-13 22:05:16 +02:00 |
|
Themaister
|
5ae4235545
|
Some fixes.
|
2011-05-13 21:19:05 +02:00 |
|
Themaister
|
8ceb8225ad
|
DSP plugin interface, weeee :D
|
2011-05-13 21:05:28 +02:00 |
|
Themaister
|
78c457b996
|
Update Roar driver.
|
2011-03-11 19:23:32 +01:00 |
|
Themaister
|
f94dc125e5
|
An initial take on bsnes CPU filters.
|
2011-03-07 19:12:14 +01:00 |
|
Themaister
|
84b2b9c7a5
|
Fix up Jack deprecation.
|
2011-03-06 16:58:33 +01:00 |
|
Themaister
|
81e8368099
|
Update RSound to use callback locks.
|
2011-02-08 17:50:38 +01:00 |
|
Themaister
|
d0c10e7523
|
Use new callback interface for RSound. Fix when restarting audio driver
fails.
|
2011-02-06 23:55:17 +01:00 |
|
Themaister
|
91d2cea259
|
Make the hermite resampling core more robust.
|
2011-02-06 18:38:04 +01:00 |
|
Themaister
|
1b5e63f024
|
Add hermite resampler.
|
2011-02-06 12:57:12 +01:00 |
|
Themaister
|
57eebebcdd
|
Fix OpenAL build for OSX.
|
2011-02-04 14:43:14 +01:00 |
|
Themaister
|
8ba639c7d5
|
Fix log message.
|
2011-01-29 23:23:54 +01:00 |
|
Themaister
|
fff7aba8ec
|
Use threaded mainloop for Pulse. Seems to fix most issues.
|
2011-01-29 02:00:57 +01:00 |
|
Themaister
|
e83f3ed444
|
Initial PulseAudio code.
|
2011-01-29 01:15:09 +01:00 |
|
Themaister
|
334f11d5bc
|
Add logging when XAudio fails.
|
2011-01-28 20:57:13 +01:00 |
|
Themaister
|
8c1ef3051d
|
Add XAudio support. Need a separate xaudio-c.dll which actually implements the interface.
|
2011-01-27 01:57:25 +01:00 |
|
Themaister
|
2267c7d048
|
Update licensing headers.
|
2011-01-23 20:29:28 +01:00 |
|
Themaister
|
c7e6e73bcb
|
Fix a blooper in headers.
|
2011-01-17 20:54:58 +01:00 |
|
Themaister
|
0a2f05561b
|
Add in SW params again, seems like they were needed after all... :)
|
2011-01-15 21:11:22 +01:00 |
|
Themaister
|
5c9c4f42c3
|
Clean up float handling a bit.
ALSA now checks if floating point is supported to avoid one extra
conversion, also clean up the driver itself a bit.
|
2011-01-15 20:37:42 +01:00 |
|
Themaister
|
eceac31060
|
Some rework in Jack. Better buffer handling and should reach lower
latencies more stable.
|
2011-01-14 16:32:12 +01:00 |
|
Themaister
|
6b21e6b8a3
|
Clean up audio a bit. Less use of nasty statics and VLAs.
|
2011-01-14 15:34:38 +01:00 |
|
Themaister
|
580bffc218
|
Make latency detection more correct.
|
2011-01-07 20:37:30 +01:00 |
|
Themaister
|
35124dc288
|
Use the more portable "SDL.h" include convention for SDL.
|
2011-01-07 18:11:06 +01:00 |
|
Themaister
|
3d20fe70cd
|
Add configurable latency (however, SDL will most likely ignore this
anyways.)
|
2011-01-07 16:11:48 +01:00 |
|
Themaister
|
a5bbc68a84
|
Add SDL audio driver.
|
2011-01-07 15:50:16 +01:00 |
|
Themaister
|
5f69145be2
|
Fix some issues with jack driver.
|
2011-01-01 04:50:35 +01:00 |
|
Themaister
|
b47f58c338
|
Add Jack audio driver.
|
2011-01-01 03:53:30 +01:00 |
|
Themaister
|
fc126942e9
|
Fixes... Add driver ident and remove some config.h deps.
|
2010-12-29 20:05:57 +01:00 |
|
Themaister
|
faa7f10530
|
Some file cleanup.
|
2010-12-24 02:18:39 +01:00 |
|