1
0
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:
Steven Hugg
2017-04-02 00:38:08 -04:00
parent 13ea4fc236
commit 94bf30fa7e
3 changed files with 7096 additions and 0 deletions
+1
View File
@@ -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
View File
File diff suppressed because it is too large Load Diff
+2
View File
@@ -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) {