Jump to content
IGNORED

Js99'er


Asmusr

Recommended Posts

9 hours ago, Retrospect said:

I'm not sure if "warning: sample rate is 96,000 not 48,000" in the log has anything to do with my troubles.

Yes it could. There is a note about it in the code: 🙂

if (this.sampleRate !== 0 && this.sampleRate !== 48000) {
    // TODO: Resample ZERO and ONE
    this.log.warn("Sample rate is " + this.sampleRate + ", not 48000.");
}

If you have any idea why the sample rate on your computer has changed, you could try to set it back. Otherwise you have to wait for my fix.

Link to comment
Share on other sites

11 minutes ago, Asmusr said:

Otherwise you have to wait for my fix

I'll take this option.  Thanks in advance.  

Edit:  I'm not as daft as I think I am, I went into my advanced sound settings and found it to be set to 96,000hz. 

After testing a tape I've fixed my issue.  I had no idea about this until I googled 'why has my sample rate changed' , i still don't know what i did to change it but i put it back to 32-bit 48000hz and it's happy now.
image.thumb.png.a48dfc296274f76ce2037815c888ad81.png

  • Like 2
Link to comment
Share on other sites

1 hour ago, SteveB said:

Isn't 16bit with 44.1khz the default sample rate? Like the Audio CD ?

Possibly?  I don't know.  I don't even know how or why it changed, so I never knew what setting it was on, I just picked one that JS99er seemed happy with.

Link to comment
Share on other sites

4 hours ago, SteveB said:

Isn't 16bit with 44.1khz the default sample rate? Like the Audio CD ?

It depends upon your audio device.  Most of the time, Windows will default to the highest quality setting offered by the driver or what the driver says to use.  The highest quality setting on my laptop is 24-bit 192kHz, and the default is 24-bit 44kHz.

Link to comment
Share on other sites

On 1/15/2024 at 7:04 AM, Retrospect said:

After testing a tape I've fixed my issue.  I had no idea about this until I googled 'why has my sample rate changed' , i still don't know what i did to change it but i put it back to 32-bit 48000hz and it's happy now.

I have deployed a fix in version 9.9.2. I'm not able to test it myself, since the control to change the sample rate is disabled on my machine. So I would appreciate if you could set the sample rate back to 96000 and try if the fix is working. I would expect saving sound to sound normal and the output to be a 96000 Hz wav file.

 

 

  • Like 5
Link to comment
Share on other sites

1 hour ago, Asmusr said:

I have deployed a fix in version 9.9.2. I'm not able to test it myself, since the control to change the sample rate is disabled on my machine. So I would appreciate if you could set the sample rate back to 96000 and try if the fix is working. I would expect saving sound to sound normal and the output to be a 96000 Hz wav file.

 

 

Okay, I set it back to 96000 and it worked - JS99er recorded a Cassette, and was able to play it back and load it too.

👍

  • Like 6
Link to comment
Share on other sites

  • 1 month later...

sorry if this has been asked before, but is it possible to copy or otherwise output the BASIC or XB program in JS99er's memory as ASCII text? I see that you can paste a program written into ASCII text into the JS99er, but I couldn't find a way to copy it to the clipboard or therwise write it as ASCII to a file. Thanks for the trouble. 

Link to comment
Share on other sites

1 hour ago, Cheung said:

sorry if this has been asked before, but is it possible to copy or otherwise output the BASIC or XB program in JS99er's memory as ASCII text? I see that you can paste a program written into ASCII text into the JS99er, but I couldn't find a way to copy it to the clipboard or therwise write it as ASCII to a file. Thanks for the trouble. 

Not directly, but you can save to disk, save the dsk file, open the dsk in TI99dir, and use F3 to view the file as text.

  • Like 4
Link to comment
Share on other sites

  • 2 months later...
8 hours ago, HOME AUTOMATION said:

Hi!:)

 

Not getting any RAM at MEDIUM MEMORY(>7000->7FFF).:twisted:

This makes MINI MEMORY's @LOADER, fail.:_(

Did you use an external mini memory rpk instead of the one in the App menu? Anyway, it should be fixed now.

  • Like 1
  • Thanks 1
Link to comment
Share on other sites

I had done this...

image.thumb.jpeg.14b197e2303a1c4f908d4f4905c90fc9.jpeg

...works now though!

 

I was giving this a spin...

...yours is the only EMULATOR, that does it any justice! Though I have to remember to hit the REC, button in the virtual TAPE recorder(to hear live sound).

 

I seem to be crashing after a few minutes ...It used to run longer ...maybe a memory issue on my side...

image.thumb.jpeg.043fa975e68a32730cdd472eb69dc1e3.jpeg

Thanks!

Link to comment
Share on other sites

  • 2 weeks later...

I was wondering @Asmusr are you going to update your Github repo at some point: https://github.com/Rasmus-M/Js99er as that version is 6.3.2 (23 July 2018)

 

And I am looking at setting little different version for my O.P.A. development work, and it would be nice to able to do so with your latest version.

 

As I test I installed the github version on my domain https://ti99ers.com and it is running ok, but of course missing all the cool and amazing new features you have added over the years.

 

Please when you have chance let me know, and if need be we can discuss this via private message, you done amazing work with this javascript emulator.

 

Thanks.

Screenshot 2024-05-20 170836.png

Link to comment
Share on other sites

14 minutes ago, Gary from OPA said:

I was wondering @Asmusr are you going to update your Github repo at some point: https://github.com/Rasmus-M/Js99er as that version is 6.3.2 (23 July 2018)

 

And I am looking at setting little different version for my O.P.A. development work, and it would be nice to able to do so with your latest version.

 

As I test I installed the github version on my domain https://ti99ers.com and it is running ok, but of course missing all the cool and amazing new features you have added over the years.

 

Please when you have chance let me know, and if need be we can discuss this via private message, you done amazing work with this javascript emulator.

 

Thanks.

Screenshot 2024-05-20 170836.png

Of course I'll let @Asmusr speak some more on it if he needs to, but back in the 2018 area, he started programming JS99er in Angular, so here is the uptodate thread https://github.com/Rasmus-M/js99er-angular

FYI.

  • Like 1
  • Thanks 1
Link to comment
Share on other sites

12 minutes ago, RickyDean said:

Of course I'll let @Asmusr speak some more on it if he needs to, but back in the 2018 area, he started programming JS99er in Angular, so here is the uptodate thread https://github.com/Rasmus-M/js99er-angular

FYI.

ok, thanks i will take a look at that version later on this week, and see how to set it up for my development needs. i didn't know there was a new typescript design, makes sense now, as there no mention of it in the first post on this thread. so much catching up to do, what happens when you miss a few years reading daily here on this forum!

  • Like 1
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...
  • Recently Browsing   0 members

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