- Mar 04, 2023
-
-
João Magalhães authored
There's still no control over the channels themselves, but the basic interleaved buffer support is now coded. There's also new support for buffer size definition in seconds.
-
- Mar 03, 2023
-
-
João Magalhães authored
Will allow performance update when not using audio. Done for benchmark purposes.
-
João Magalhães authored
Support for set of video, audio and timer. Now with support for toggling audio in the SDL version.
-
João Magalhães authored
This is specially useful for disabling APU if not used.
-
- Mar 02, 2023
-
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
Using a dequeue it's possible to control the size of the queue and outdate old elements.
-
João Magalhães authored
-
- Mar 01, 2023
-
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
Initial tentative audio support
Closes #12 See merge request !19 -
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
Makes use of the new emukit audio code.
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
Now the BIOS beep works perfectly.
-
João Magalhães authored
There's some testing pending but audion is getting perfected.
-
João Magalhães authored
The emulator is now sounding more like a real audio player
. -
João Magalhães authored
-
- Feb 28, 2023
-
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
There are a series of hacks involved in making a constant stream of audio data to work OK with web audio.
-
- Feb 27, 2023
-
-
João Magalhães authored
-
João Magalhães authored
These are temporary fixes.
-
João Magalhães authored
Silences clippy.
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
Made use of queue support for SDL avoiding the callback approach which greatly simplifies the code and increases the APU accuracy.
-
João Magalhães authored
It's stil glitchy and noisy, need to check the problems.
-
João Magalhães authored
Still requires work to be able to be able to emulate APU together with the CPU instead of inverting the control.
-
João Magalhães authored
There's still a lot of work needed.
-
João Magalhães authored
This a very work in progress situation that requires stability. The most important part is the fact that it's possible for an external entity (SDL) to call an audio tick and get a volume.
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-