mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2025-01-24 03:38:18 +00:00
working on speech
This commit is contained in:
parent
13ea4fc236
commit
94bf30fa7e
@ -318,6 +318,7 @@ Dest: $<span id="bitmap_editor_dest">0000/0</span>
|
||||
<script src="src/util.js"></script>
|
||||
<script src="src/disasm.js"></script>
|
||||
<script src="src/ui.js"></script>
|
||||
<script src="src/audio/votrax.js"></script>
|
||||
|
||||
<script>
|
||||
showWelcomeMessage();
|
||||
|
7093
src/audio/votrax.js
Normal file
7093
src/audio/votrax.js
Normal file
File diff suppressed because it is too large
Load Diff
@ -127,6 +127,8 @@ var VicDualPlatform = function(mainElement) {
|
||||
video = new RasterVideo(mainElement,256,224,{rotate:-90});
|
||||
audio = new MasterAudio();
|
||||
psg = new AY38910_Audio(audio);
|
||||
//var speech = new VotraxSpeech();
|
||||
//audio.master.addChannel(speech);
|
||||
video.create();
|
||||
var idata = video.getFrameData();
|
||||
setKeyboardFromMap(video, inputs, CARNIVAL_KEYCODE_MAP, function(o) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user