Deprecated: mysql_connect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead in /storage/content/49/145849/famitracker.com/public_html/forum/classes/dbHandler.php on line 29
I want to save a sample but it stops after about a second and was wondering if you can make a setting were you can change the lenght of it. Sorry for over posting.
_______________________
"Please avoid that sunlight is direct,high temperature or moist. In order to avoid that go bad
Do not will this product powder suck in lung department.
In order to avoid that influence health.
Sorry but that's a limitation in the hardware, around one second using the best quality. If you need longer then you have to lower the quality, or play samples after each other.
Heh, that's not DMC at all, it's raw PCM. (But it's using the DMC channel.)
Playing a stream of PCM at a fixed sample rate is not hard, but it requires all the CPU and quickly gets very complicated if a music player is running at the same time.
Not in the tracker itself, but it isn't hard to make a program that plays a stream of samples. It's a little more tricky to do it along with the music player, but still possible.
I can upload some sample code that plays a PCM stream, but you'll have to figure out yourself how to get it to operate together with the music code. It's not trivial. =)