aspose file tools
The moose likes Servlets and the fly likes output file......audio?? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "output file......audio??" Watch "output file......audio??" New topic
Author

output file......audio??

Suka Hati
Ranch Hand

Joined: Oct 28, 2004
Posts: 56
i need to give an audio output from my servlet....i have an application that will produce the sound in wave format.....when i use

resp.setContentType("audio/wav");

it will open the real one player and gives me error

i dont know what the problem
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12267
    
    1
will open the real one player and gives me error

It would have been more helpful if you had included the text of the error.
Without any more information, I can only guess that you need to include the content-length as well as the content type. Also, are you doing output with an OutputStream or a Writer? Binary data must use OutputStream.
Bill
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: output file......audio??
 
Similar Threads
audio not playable
java audio Mixer
Audio Encdoding
Adjusting the master volume on the Windows/XP machine using JavaSound?
.ra to .mp3 convertor