aboutsummaryrefslogtreecommitdiff
path: root/src/SPU.cpp
Commit message (Collapse)AuthorAge
* 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
|
* misc. thingsStapleButter2017-05-09
|
* windows!StapleButter2017-04-09
|
* * 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