Hi,
I am attaching code a file called Playtest.bas in a .zip file which contains some .wav files..
This program uses QB45 and QB71 to play .wav files and
I am not stating Playtest.bas works in QB64 because of some reason about the OUT function concerning access to the DSP.
My question is how to write an .mp3 BASIC function in QB45..
I know QB64 supports .wav files in _SndPlay but that is not what I am posting here..
Erik.
I am attaching code a file called Playtest.bas in a .zip file which contains some .wav files..
This program uses QB45 and QB71 to play .wav files and
I am not stating Playtest.bas works in QB64 because of some reason about the OUT function concerning access to the DSP.
My question is how to write an .mp3 BASIC function in QB45..
I know QB64 supports .wav files in _SndPlay but that is not what I am posting here..
Erik.


... My bad !!. That's a whole other ball of wax. What machine do you plan on writing this on ? I think it should work on at least a fast 486. But anything slower than that is going to be a chore. QB45/QB71 are not the most efficient compilers. It may be a better approach to find a linkable library written in C or Pascal.