Omnimaga

Calculator Community => TI Calculators => General Calculator Help => Topic started by: persalteas on March 09, 2013, 05:20:18 am

Title: Two Questions about TruSound
Post by: persalteas on March 09, 2013, 05:20:18 am
Hello everyone,

I wanted to try thepenguin's TruSound, and I have two questions:

- The instructions say that Truspeed will give me the sample rate. But it says "2H". Does it mean 2 Hertz ????? 2 Hz is audible ?
- I heard about thepenguin's NyanMem, what does it do exactly, and can I use it to send larger sounds to the calc ?

Thanks for your answers.
Title: Re: Two Questions about TruSound
Post by: JosJuice on March 09, 2013, 07:26:57 am
- I heard about thepenguin's NyanMem, what does it do exactly, and can I use it to send larger sounds to the calc ?
NyanMem will give you a little bit of extra space, but it can be instable if you don't take care (most notably, you shouldn't garbage collect, because the extra space uses that sector). It's mostly for cases where a sound/video almost fits into your calculator and you're not planning on storing anything else.
Title: Re: Two Questions about TruSound
Post by: persalteas on March 09, 2013, 09:32:19 am
Okay, thanks.

Third question: I installed Microsoft Visual C++ 2010 Redistribuable x64, but the convert.bat says I don't have MSVCR100.dll on my computer.
How can I fix it ?
Title: Re: Two Questions about TruSound
Post by: Matrefeytontias on March 09, 2013, 09:34:22 am
Just download MSVCR100.dll ;D

Jk, it's attached.
Title: Re: Two Questions about TruSound
Post by: persalteas on March 09, 2013, 10:08:18 am
Yes, but where should I put it ?
Title: Re: Two Questions about TruSound
Post by: Matrefeytontias on March 09, 2013, 10:31:46 am
You should put it in the same directory than the executable that says it lacks it.
Title: Re: Two Questions about TruSound
Post by: persalteas on March 11, 2013, 08:24:33 am
No, it doesn't work.
Title: Re: Two Questions about TruSound
Post by: Matrefeytontias on March 11, 2013, 10:17:58 am
What does it says when it doesn't work ?
Title: Re: Two Questions about TruSound
Post by: persalteas on March 11, 2013, 10:48:56 am
The same thing. The dll is missing.

And this DLL is relative to Microsoft Visual C++, I'm sure its place is not in the Trusound folder...
Title: Re: Two Questions about TruSound
Post by: utz on March 11, 2013, 02:19:16 pm
If nothing else works you could install the .NET SDK, which should place all the necessary dlls where you need them.
Title: Re: Two Questions about TruSound
Post by: Ft.lou on July 07, 2013, 10:02:12 pm
I have the same problem...
How do you fix your first problem?
thanks
Title: Re: Two Questions about TruSound
Post by: Spenceboy98 on July 07, 2013, 10:32:55 pm
- The instructions say that Truspeed will give me the sample rate. But it says "2H". Does it mean 2 Hertz ????? 2 Hz is audible ?

Try putting your calc in CLASSIC mode instead of MATHPRINT.
Title: Re: Two Questions about TruSound
Post by: DJ Omnimaga on July 08, 2013, 12:00:56 am
Just download MSVCR100.dll ;D

Jk, it's attached.
You might want to remove it now that people downloaded it, since it's by Microsoft and they probably won't like. :P
- The instructions say that Truspeed will give me the sample rate. But it says "2H". Does it mean 2 Hertz ????? 2 Hz is audible ?

Try putting your calc in CLASSIC mode instead of MATHPRINT.
Are we sure that MP is the problem, though? In some cases, even in Classic mode some apps such as xLIB will not work on 2.53MP or above.
Title: Re: Two Questions about TruSound
Post by: Hayleia on November 11, 2013, 04:24:01 am
Thought about something. Since this doesn't need any complicated output to the screen, could this be ported to the CSE ? The bigger memory of that calc could be a great advantage there.
Title: Re: Two Questions about TruSound
Post by: thepenguin77 on November 11, 2013, 10:16:26 am
Thought about something. Since this doesn't need any complicated output to the screen, could this be ported to the CSE ? The bigger memory of that calc could be a great advantage there.

I mean, it totally could, but I'm not going to be the one to do it.

The source is included with the program. If anyone is actually going to consider porting it, I could help them out with any questions they have about how it works. Also, if this happens, I'll fix the .exe program so you don't need to install those libraries (stupid Visual Studio)
Title: Re: Two Questions about TruSound
Post by: DJ Omnimaga on November 11, 2013, 10:40:52 pm
Indeed it could be ported. The calc hardware is nearly identical besides the screen.