Query: Working on .NET Compact Framework (Windows Mobile 6) Conversion from MP3 to PCM

  • Thread starter Thread starter KaushaL
  • Start date Start date
K

KaushaL

Hello experts,
I need your help.

We are working on an application with the following environment (application
tobe developed in .net compact framework with windows mobile 6 platform):

Operating System: Microsoft Smartphone
User Interface: Microsoft Windows Mobile
Software Platform: Microsoft WM6.1
Type: 262k TFT
Size: 2.4 in.
Pixels: 320x240
Baseband Processor: LTE2
Adjunct Processor: Intel Bulverde
Graphics Processor: ODM
RF Module: RFMD Prime

The Scope is to develop an component in C# that is capable of handling
(wave , flac, mp3, wma, AAC, m4a ) as input and convert them to PCM format
as output.

-----------------------
-----------------------


To start with we are trying the conversion from (WAV,WMA,MP3) to PCM
format.

=> how to convert (WAV,WMA,MP3) format to PCM format(typically 44.1kHz) in
windows moblie 6.0 application (with supported microsoft compact framework)
using C# code.

=> how to/from where to install acm codec in windows mobile 6

please help us in this regard.
thanx for any help in advance..
 
This is a very loaded request. I'm pretty sure there isn't a simple
line or two lines to call to accomplish this.
 
Back
Top