Search found 1382 matches

by Artcfox
Sun Jul 09, 2023 7:59 pm
Forum: Programming & Software
Topic: C64 SID emulation
Replies: 52
Views: 20394

Re: C64 SID emulation

Now siddump's native format makes some sense to me. I made it dump only register,value, then an 0xFF every time there is a vsync. Still really big, so I just have a fraction of the song in flash. This was enough to at least rig up a quick test. Definitely needs work, there is something not working ...
by Artcfox
Sun Jul 09, 2023 7:56 pm
Forum: Music & Graphics
Topic: PCM playback questions
Replies: 15
Views: 3562

Re: PCM playback questions

Oh I see. Would someone please change that? I haven't been able to login to the wiki in a long time, should probably ask to have that fixed. Changed! The password reset feature is working now, so you might be able to use that to login. Also those notes about channel 4 are only accurate for vsync mi...
by Artcfox
Sun Jul 09, 2023 7:19 pm
Forum: Uzebox Emulator
Topic: Daemonbite SNES USB adapter's problems with cuzebox and uzem
Replies: 16
Views: 3933

Re: Daemonbite SNES USB adapter's problems with cuzebox and uzem

I was able to compile and run the official controllermap binary on a Debian 12 Live USB. It successfully created me a mapping line: 030000005e0400008e02000014010000,Xbox 360 Controller,platform:Linux,crc:f003,a:b0,b:b1,x:b2,y:b3,back:b6,guide:b8,start:b7,leftstick:b9,rightstick:b10,leftshoulder:b4,r...
by Artcfox
Sun Jul 09, 2023 2:35 am
Forum: Music & Graphics
Topic: PCM playback questions
Replies: 15
Views: 3562

Re: PCM playback questions

I was suggesting to change the ffmpeg command to use a sample rate of 8000, rather than 15734, because the resulting PCM raw data will take up a huge amount of flash space if you encode them with such a high sample rate. Even 8000 can be too much if you plan on including a bunch in your game.
by Artcfox
Sun Jul 09, 2023 2:08 am
Forum: Music & Graphics
Topic: PCM playback questions
Replies: 15
Views: 3562

Re: PCM playback questions

The ffmpeg command on the wiki says: ffmpeg -i input.mp3 -f wav -bitexact -acodec pcm_u8 -ac 1 -ar 15734 output.wav but shouldn't the audio rate of 15734 be changed to 8000 for a standard PCM sound effect being played back at a speed of 23? That matches the screenshot above, and also the settings th...
by Artcfox
Sun Jul 09, 2023 12:13 am
Forum: Programming & Software
Topic: Streaming Music(SD, SPI ram, Network, etc. source)
Replies: 229
Views: 100062

Re: Streaming Music(SD, SPI ram, Network, etc. source)

Just making a note here, I have a 20K+ MIDI file which compresses down to maybe 12K. While this is ok, the Streaming Music format was never made for flash based systems, it was designed only to use the easiest to do compression which was compatible with SD. On SD, there is no way to seek back and f...
by Artcfox
Sat Jul 08, 2023 8:47 pm
Forum: Uzebox Emulator
Topic: Daemonbite SNES USB adapter's problems with cuzebox and uzem
Replies: 16
Views: 3933

Re: Daemonbite SNES USB adapter's problems with cuzebox and uzem

So cuzebox doesn't have a guided USB controller config feature like uzem seems to? It is much easier than having to write a controller config by hand so thats pretty high up the cuzebox feature request list for me now. Ideally it would be configured by a SDL HUD 'GUI' display so you don't need to h...
by Artcfox
Sat Jul 08, 2023 8:05 pm
Forum: Uzebox Emulator
Topic: Daemonbite SNES USB adapter's problems with cuzebox and uzem
Replies: 16
Views: 3933

Re: Daemonbite SNES USB adapter's problems with cuzebox and uzem

Does it work using cuzebox with the gamecontrollerdb.txt file?

If not, you might be able to create your own mapping for it, using the instructions provided in its GitHub repo: https://github.com/gabomdq/SDL_GameControllerDB
by Artcfox
Sat Jul 08, 2023 6:18 pm
Forum: Uzebox Emulator
Topic: Daemonbite SNES USB adapter's problems with cuzebox and uzem
Replies: 16
Views: 3933

Re: Daemonbite SNES USB adapter's problems with cuzebox and uzem

Could it matter to Uzem that both of the demonbite joystick device names are the same and have spaces in their names? I don't know, try configuring it in Uzem by pressing the 7 key, and then the Start button of the first controller, then repeat by pressing 7 and the start button of the other contro...
by Artcfox
Sat Jul 08, 2023 6:16 pm
Forum: Uzebox Emulator
Topic: Daemonbite SNES USB adapter's problems with cuzebox and uzem
Replies: 16
Views: 3933

Re: Daemonbite SNES USB adapter's problems with cuzebox and uzem

Note how the adapter is seen to Linux and Uzem as 2 separate Linux joystick devices. Have you ever tested Uzem with 2 (or more) USB joysticks attached? Yes, uzem works with one or two USB game controllers, however the process for configuring them is different than cuzebox. In uzem, you need to pres...