mirror of
https://github.com/sehugg/8bitworkshop.git
synced 2026-04-19 08:27:40 +00:00
working on speech
This commit is contained in:
@@ -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
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) {
|
||||
|
||||
Reference in New Issue
Block a user