machi Posted July 5, 2006 at 05:21 PM Report #36403 Posted July 5, 2006 at 05:21 PM Alguém me pode informar onde encontrar ou cm implementar uma função que me permita por a tocar mp3 ou outro tipo de ficheiros de som ?
M6 Posted July 5, 2006 at 05:26 PM Report #36405 Posted July 5, 2006 at 05:26 PM Podes encontrar uma solução dessas aqui: http://www.javazoom.net/javalayer/archives.html Tenho um player de MP3 no meu site (Applet), mas não tenho aqui o código sob o qual me baseei. De qualquer forma o que te interessa é a implementação do CODEC, uma vez disponível "virtualmente" qualquer player que suporte o CODEC reconhece o formato em causa. 10 REM Generation 48K! 20 INPUT "URL:", A$ 30 IF A$(1 TO 4) = "HTTP" THEN PRINT "400 Bad Request": GOTO 50 40 PRINT "404 Not Found" 50 PRINT "./M6 @ Portugal a Programar."
machi Posted July 5, 2006 at 05:45 PM Author Report #36413 Posted July 5, 2006 at 05:45 PM o problema é k a implementação é mesmo para fazer em C
M6 Posted July 5, 2006 at 06:11 PM Report #36417 Posted July 5, 2006 at 06:11 PM Ah, não havia notado esse pequeno pormenor. Investiga no Google e no freshmeet.org por certo vais encontrar alguma coisa. 10 REM Generation 48K! 20 INPUT "URL:", A$ 30 IF A$(1 TO 4) = "HTTP" THEN PRINT "400 Bad Request": GOTO 50 40 PRINT "404 Not Found" 50 PRINT "./M6 @ Portugal a Programar."
machi Posted July 12, 2006 at 03:03 PM Author Report #37807 Posted July 12, 2006 at 03:03 PM ninguém me poderá ajudar ??? tenho alguma urgencia em compreender cm poderei fazer, e até agora ainda n consegui encontrar nenhuma solução...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now