Speech supported (with recent latest AW code).

Closes

https://github.com/audetto/AppleWin/issues/8

Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
This commit is contained in:
Andrea Odetti 2021-03-24 18:56:50 +00:00
parent 488adf2313
commit 64e329c054
2 changed files with 3 additions and 2 deletions

View file

@ -48,7 +48,6 @@ Some features totally ignored:
* ethernet * ethernet
* serial port * serial port
* debugger * debugger
* speech (currently it hangs the emulator)
The rest is in a very usable state. The rest is in a very usable state.
@ -85,7 +84,6 @@ This is based on Qt.
* the app runs at 60FPS with correction for uneven timer deltas. * the app runs at 60FPS with correction for uneven timer deltas.
* full speed when disk spins execute up to 5 ms real wall clock of emulator code (then returns to Qt) * full speed when disk spins execute up to 5 ms real wall clock of emulator code (then returns to Qt)
* (standard) audio is supported and there are a few configuration options to tune the latency (default very conservative 200ms) * (standard) audio is supported and there are a few configuration options to tune the latency (default very conservative 200ms)
* plain mockingboard is supported as well (not speech, which hangs the emulator)
* Open Apple and Solid Apple can be emulated using AltGr and Menu (unfortunately, Alt does not work well) * Open Apple and Solid Apple can be emulated using AltGr and Menu (unfortunately, Alt does not work well)
### sa2 ### sa2

View file

@ -10,6 +10,7 @@ set(SOURCE_FILES
Debugger/Debugger_Parser.cpp Debugger/Debugger_Parser.cpp
Debugger/Debugger_Range.cpp Debugger/Debugger_Range.cpp
SSI263.cpp
Speaker.cpp Speaker.cpp
SoundCore.cpp SoundCore.cpp
AY8910.cpp AY8910.cpp
@ -82,6 +83,8 @@ set(SOURCE_FILES
) )
set(HEADER_FILES set(HEADER_FILES
SSI263.h
SSI263Phonemes.h
Speaker.h Speaker.h
SoundCore.h SoundCore.h
AY8910.h AY8910.h