Nod Level: Guest

|
Re: MP3 on Parallel Port
Hmmmmm, Just looking at the logistics of what you want to try....
Basically the MP3 data needs to be decoded, then sent to the parallel port, the timing of which is fairly critical.
I've been playing with an algorithm to convert MP3 ( A task that VB should do OK). Unfortunately, Due to the timing critical nature of sending the PCM data to the port, you may be better off using a language such as C++.
It will be interesting to see what others have to say on the matter...
Cheers!
Nod.
[Edited by vbgen on 30-09-2003 at 07:56 PM GMT]
|