856
TI-Nspire / Re: Nspire Audio player!
« on: March 01, 2013, 05:52:01 pm »Quote
But I send the mp3 files to audacity change it to 8000,8000, that should be too fast . 10000 is correct (you can type in any value you want)
Quote
Maybe you could post one of your files for me to see?If it doesn't work with this version, I'll post some free stuff here.
All of them But I think it might get a bit complicated with tone generationWe have to add sound support in gbcnspire, gpSP and nDoom !And nspire movie player most of all!
Except that I'll probably won't have any time to work on nDoom in the next few months.
I made a newer version, resolved some bugs and copied nTxt/hoffa's file browser:
-24000 samples per seconds (second timer is only 24 kHz )
-Doesn't crash anymore
-Loads file only once (Limit is now at 5 MB)
-Works with ndless.cfg.tns
-Source code (Not very well commented - yet )
16 bit pwm is not possible, 500 Hz is a bit too slow
A higher samplerate would only be possible with a lower pwm frequency as I would have to abuse the fiq handler for pwm, but I think we don't need 64000 samples per second
I also made a few tests with nover, it plays fine (even at the right speed) with 162/81/40 MHz.. Does the second timer have a seperate clock source?