Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fark | Nadia Holmquist Pedersen | 2021-08-17 |
| | |||
* | SPU: Do clamping after applying SOUNDBIAS | Nadia Holmquist Pedersen | 2021-08-17 |
| | |||
* | SPU: Emulate SOUNDBIAS and 10-bit degrade | Nadia Holmquist Pedersen | 2021-08-17 |
| | |||
* | Audio interpolation (#1176) | Arisotura | 2021-08-08 |
| | | | add audio interpolation (emulation improvement) | ||
* | update copyright year and add missing GPL headers | RSDuck | 2021-03-12 |
| | |||
* | make audio output thread safe(r?) | RSDuck | 2020-11-15 |
| | |||
* | SPU: work with scalars instead of arrays | RSDuck | 2020-10-31 |
| | |||
* | SPU: don't process channels with len<4 | Arisotura | 2020-08-19 |
| | |||
* | SPU: delay channel start until whenever it can actually start. fixes maxmod ↵ | Arisotura | 2020-07-23 |
| | | | | interpolated mode. | ||
* | make it able to switch between DS and DSi modes | Arisotura | 2020-06-01 |
| | |||
* | Merge remote-tracking branch 'remotes/origin/master' into melonDSi | Arisotura | 2020-05-30 |
|\ | |||
| * | reimplement Stop | Arisotura | 2020-05-20 |
| | | |||
* | | Merge commit '4b57416552ec2fa95216e2b044559f215723bf70' into melonDSi | Arisotura | 2020-05-30 |
|\| | |||
| * | update copyright years | Arisotura | 2020-02-14 |
| | | |||
* | | begin renovating melonDSi | Arisotura | 2020-05-30 |
|\| | |||
| * | deal with SPU FIFO overflow in a more pleasant manner | Arisotura | 2019-09-04 |
| | | |||
| * | see, Arisotura, was it that hard? | Arisotura | 2019-09-04 |
| | | |||
| * | more fixes to audio output | Arisotura | 2019-09-01 |
| | | | | | | | | maybe by 2034 we'll finally get that shit going | ||
| * | * new FPS limiter | Arisotura | 2019-08-29 |
| | | | | | | | | | | | | * new audio output/sync method about fucking time | ||
| * | my bad. | Arisotura | 2019-08-18 |
| | | |||
| * | start botching the FPS limiter | Arisotura | 2019-07-12 |
| | | | | | | | | results in shitty audio because it's overflowing the buffer | ||
* | | * AES-CCM decrypt | Arisotura | 2019-07-02 |
|/ | | | | * fix a bunch of bugs | ||
* | derping around | Arisotura | 2019-05-14 |
| | |||
* | also, update copyright name | Arisotura | 2019-01-22 |
| | |||
* | libui/GTK: remember directory in which the latest loaded ROM was, point file ↵ | StapleButter | 2018-12-14 |
| | | | | picker to it. behavior under Windows will likely stay unchanged as the Windows file picker already does that. | ||
* | SPU: | StapleButter | 2018-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) | ||
* | start devolving things. | StapleButter | 2018-12-08 |
| | | | | | | also implement proper DMA timings. will not build. don't try. | ||
* | begin work on general timing renovation. way shitty because it behaves as if ↵ | StapleButter | 2018-12-04 |
| | | | | caches were off, so everything will be slow as shit. | ||
* | SPU done | StapleButter | 2018-10-18 |
| | |||
* | fixor copyright years. | StapleButter | 2018-09-15 |
| | |||
* | audio: change output rate to 47340Hz, add resampler with small margin to ↵ | StapleButter | 2017-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 sound | StapleButter | 2017-11-11 |
| | | | | | | * reset capture position when starting capture * reorder channel/capture handling * implement FIFO for channel and capture | ||
* | add support for SPI shutdown, btw | StapleButter | 2017-09-21 |
| | |||
* | misc. things | StapleButter | 2017-05-09 |
| | |||
* | windows! | StapleButter | 2017-04-09 |
| | |||
* | * sound capture from left/right mixers | StapleButter | 2017-04-08 |
| | | | | * support for appropriate output modes | ||
* | * stub more wifi crap | StapleButter | 2017-04-07 |
| | | | | | * louder sound * misc fixes | ||
* | * PCM8, PCM16, ADPCM, white noise | StapleButter | 2017-04-07 |
| | | | | * volume, volume div, panning, master volume | ||
* | preliminary audio. only supports PSG (and handles all channels as such). ↵ | StapleButter | 2017-04-06 |
| | | | | drops out every once in a while. | ||
* | start SPU work | StapleButter | 2017-04-06 |
| | |||
* | * bump version number | StapleButter | 2017-04-04 |
* feed system time into RTC * start laying base for sound |