Commit Graph

149 Commits

Author SHA1 Message Date
minjaesong
7990bcb987 system control on sbin 2023-01-31 15:00:45 +09:00
minjaesong
1f0b8a0a8d playwav: parser more resilient against fields with extra zeros 2023-01-25 18:46:55 +09:00
minjaesong
0f82727152 audio player improved ui 2023-01-23 16:36:59 +09:00
minjaesong
8517406d8b fix: mp2 384k would cause stack overflow error 2023-01-23 15:34:22 +09:00
minjaesong
c1031545ec video and audio stuffs; playmov now uses hardware queue 2023-01-23 03:20:35 +09:00
minjaesong
99212adea3 audio:short function to enqueue decoded mp2; playmov:no more choppy audio 2023-01-21 19:43:11 +09:00
minjaesong
b60b5bada6 faster sys.memcpy impl 2023-01-21 17:59:54 +09:00
minjaesong
8fdde0b192 "hardware" based mp2 decoding; dma and memcpy can now move data into the "hardware" 2023-01-21 15:09:03 +09:00
minjaesong
b1041dff5f mov: mp2 packet now has no length bytes as they are redundant 2023-01-20 03:17:39 +09:00
minjaesong
dedc910155 fix: playmov would try to free null ptr when audio queue is not used 2023-01-18 18:06:50 +09:00
minjaesong
6d19543139 mov: mp2 audio encoding and playing 2023-01-18 18:05:34 +09:00
minjaesong
dfe5bf3390 fix: mp2 player would not play the very first frame 2023-01-16 23:29:41 +09:00
minjaesong
5b86e88779 less CPU demanding InputStrobing 2023-01-16 04:31:31 +09:00
minjaesong
af03ab23aa deploying mp2 player 2023-01-15 16:42:09 +09:00
minjaesong
0eb4a1e4ea mp2 test 2023-01-14 22:59:27 +09:00
minjaesong
994db188c2 mp3 decoding but slow 2023-01-14 16:45:33 +09:00
minjaesong
ac684fed71 changing audio sampling rate to 32000 for mp3 compatibility 2023-01-13 22:53:27 +09:00
minjaesong
a540603487 zfm: fix: z key not working 2023-01-12 20:02:16 +09:00
minjaesong
da5833935f more zfm stuffs 2023-01-12 19:42:12 +09:00
minjaesong
bf4a337f0a more zfm stuffs 2023-01-12 01:47:47 +09:00
minjaesong
99a9b7ab6b command.js:fix:errorlevel not returned; playwav:interactive mode 2023-01-11 17:15:07 +09:00
minjaesong
edea9648d9 another try at tui 2023-01-10 00:20:23 +09:00
minjaesong
47b3cd0cad bias lighting (wut?) on playmov; gpu background is now 8bpp 2023-01-09 01:41:35 +09:00
minjaesong
853e48dc9a pcm decoder as a library 2023-01-08 18:38:28 +09:00
minjaesong
4a4b6be240 doc update for modules (audio will be coming) 2023-01-08 18:12:09 +09:00
minjaesong
132c31bda5 sequentially-read-a-file as js module 2023-01-08 16:23:50 +09:00
minjaesong
ca39263131 script modules and 'require()' 2023-01-08 05:07:25 +09:00
minjaesong
cbf5ca6236 playwav play mono lpcm 2023-01-07 00:26:52 +09:00
minjaesong
5f22447c69 playwav now dithers the audio 2023-01-06 04:06:23 +09:00
minjaesong
ceddf2c5b9 improved way of initialising vms at (re)launch 2023-01-04 19:09:42 +09:00
minjaesong
f27caded9b movie can now have audio; adjustable pcm queue size 2023-01-03 17:37:52 +09:00
minjaesong
a066975ce6 removing emulator frame cap 2023-01-03 01:05:26 +09:00
minjaesong
96b49c7623 fix:playmov not freeing memory 2023-01-03 00:56:51 +09:00
minjaesong
5cfbf2ac24 doc update 2023-01-01 19:07:46 +09:00
minjaesong
77ff9c12ec audio adapter now takes ui8 bytes directly 2023-01-01 18:14:43 +09:00
minjaesong
bb7bf2c6f1 one idea down, one last idea to go 2023-01-01 02:02:34 +09:00
minjaesong
34def419c1 tvdos files append functions 2022-12-30 02:35:54 +09:00
minjaesong
6afe0ee418 movie encoded revived 2022-12-30 00:45:29 +09:00
minjaesong
1ecb85354b tvdos installer wip 2022-12-23 02:25:53 +09:00
minjaesong
204571b792 command.js print motd 2022-12-22 21:27:14 +09:00
minjaesong
42b66fc3fb tvdos bootable disk image builder 2022-12-22 01:34:10 +09:00
minjaesong
8483439a79 showing disk usage on DIR command 2022-12-20 21:41:44 +09:00
minjaesong
a7b3f5a5bf editing file in tevd will update its modification date 2022-12-20 17:29:20 +09:00
minjaesong
f59e99378a vm init/kill function is now public; restored mov player 2022-12-15 02:55:26 +09:00
minjaesong
09e4d04160 doc update 2022-09-27 21:54:53 +09:00
minjaesong
11214c0f7a command.js will use OS_NAME variable of the DOS 2022-09-24 18:55:22 +09:00
minjaesong
0304ded991 device files are mounted under the drive letter of dollarsign 2022-09-24 16:46:44 +09:00
minjaesong
f9eecab830 DOS apps to use _G.shell.resolvePathInput for opening a file 2022-09-24 01:51:57 +09:00
minjaesong
c598b6633d edit.js: filename display will get an extra asterisk if the contents has been changed 2022-09-24 01:27:50 +09:00
minjaesong
7a0874b4a3 geturl.js 2022-09-22 23:25:46 +09:00