aboutsummaryrefslogtreecommitdiff
path: root/src/SPU.h
Commit message (Collapse)AuthorAge
* update copyright yearsArisotura2020-02-14
|
* see, Arisotura, was it that hard?Arisotura2019-09-04
|
* more fixes to audio outputArisotura2019-09-01
| | | | maybe by 2034 we'll finally get that shit going
* * new FPS limiterArisotura2019-08-29
| | | | | | * new audio output/sync method about fucking time
* my bad.Arisotura2019-08-18
|
* also, update copyright nameArisotura2019-01-22
|
* SPU:StapleButter2018-12-14
| | | | | * support channel repeat mode 3, behaves same as mode 1 (loops) * always clear channel buffers, so if channels 0-7 use format 3, they don't output old data over and over again (fixes #281)
* SPU doneStapleButter2018-10-18
|
* fixor copyright years.StapleButter2018-09-15
|
* audio: change output rate to 47340Hz, add resampler with small margin to ↵StapleButter2017-12-11
| | | | | | elimiate pops/clicks due to output rate fluctuation output rate is picked such that 1024 samples at that rate equal exactly 710 samples at the SPU's output rate
* (finally) fix soundStapleButter2017-11-11
| | | | | | * reset capture position when starting capture * reorder channel/capture handling * implement FIFO for channel and capture
* add support for SPI shutdown, btwStapleButter2017-09-21
|
* add support for 16bit IE reads/writes (fixes #66)StapleButter2017-06-24
|
* * sound capture from left/right mixersStapleButter2017-04-08
| | | | * support for appropriate output modes
* * stub more wifi crapStapleButter2017-04-07
| | | | | * louder sound * misc fixes
* * PCM8, PCM16, ADPCM, white noiseStapleButter2017-04-07
| | | | * volume, volume div, panning, master volume
* preliminary audio. only supports PSG (and handles all channels as such). ↵StapleButter2017-04-06
| | | | drops out every once in a while.
* start SPU workStapleButter2017-04-06
|
* * bump version numberStapleButter2017-04-04
* feed system time into RTC * start laying base for sound