Languages

Menu
Sites
Language
Encode wav to mp3
Hi
 
I'm developing an application radio player. Player which supports recording audio streamI recorded a wav. Is it possible to encode a wav file to mp3, without the service? How much is difficult to write a service? I found only two examples of service creation, but there is no complete source code. Where can I find examples of services?

Responses

3 Replies
Lakshmi Grandhi
Hi, For writing service, you should know the algorithm for converting wav to mp3 formats, after you need to host this service on any webservers like JBoss, tomcat..etc
Pavel Ivanov
I was referring to the native service. Native applications have the api to encode wav to mp3, but the documentation is little information about hybrid app.
youngsik yoon
please refer to below sample applications in sdk. "HybridWebApp" - web app communicating with native service app "HybridServiceApp". "HybridServiceApp" - native service app communicating with web app "HybridWebApp".