Jump to content
IGNORED

LSP player conversion to Atari Jaguar


Ericde45
 Share

Recommended Posts

2 hours ago, Ericde45 said:

they are free

and that can be a little bit more, as some variables are now only living in registers

 

i don't see the point to fill buffers to play samples.

may be i missed something ?

I thought, there is maybe a buffer for the mixing. But TBH I did not dive into the sources (yet).

Link to comment
Share on other sites

8 minutes ago, Ericde45 said:

filling a buffer, even located in DSP RAM, involves writing the buffer, and reading it again in I2S interrupt.

Just guessing, if the mixing is quicker than the replay, wouldn't a double buffering (like it would be done with DMA) help save cycles?

Hmm, maybe not as we have no sound DMA 😞 but it would prevent jitter effect if sometimes mixing takes to long.

Edited by 42bs
Link to comment
Share on other sites

i think a buffer would be better if mixing the 4 channels involves reading management values ( volume, frequency, sample location, sample length) from memory because there is not enough registers to hold them all the time.

might be useful either to use DSP for other tasks that need free registers, or to mix more than 4 voices

and 2 buffers of course :)

Link to comment
Share on other sites

  • 4 months later...

where would one get the lspconvert program that works for the jaguar implementation? the one found here https://github.com/arnaud-carre/LSPlayer

does not seem to work (well for the few modules i have tried anyway) and the jag implementation git hub page does not include the convert program as all

 

i was using lspconvert <module>.mod with no optional switches

 

Link to comment
Share on other sites

7 minutes ago, CyranoJ said:

lspconvert <modname>.MOD -noinsane works.

Light Speed Player Converter v1.11
Fastest & Smallest AMIGA music player ever!
Written by Leonard/Oxygene (@leonard_coder)

Unknown option "-noinsane"
Usage:
        LSPConvert <mod file> [-options]

options:
        -v : verbose
        -insane : Generate insane mode fast replayer source code
        -getpos : Enable LSP_MusicGetPos function use
        -setpos : Enable LSP_MusicSetPos function use
        -nosampleoptim : preserve orginal .MOD soundbank layout
        -amigapreview : generate a wav from LSP data (output simulated LSP Amiga player)
        -nosettempo : remove $Fxx>$20 SetTempo support (for very old .mods compatiblity)

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...