javascript - PHP/JS wav compression -
i generating wave file (.wav) in php script on server, sending client through request. problem download speed of client limits file size transferred in reasonable time, looking way compress file (a wav, precise) in php , decompress again in javascript once sent there on http.
is there known solution unaware of? clarify question if necessary.
i quite sure can setup output compression in apache .wav files (or other file types actually). don't need handle on php because apache compress automatically , no worries in javascript since browser decompress automatically (apache sets appropriate headers let browser know needs decompress response).
that being said, take @ mod_deflate apache: http://httpd.apache.org/docs/2.2/mod/mod_deflate.html
Comments
Post a Comment