Audio Recording (WinCE)
Overview
This article demonstrates how audio can be recorded and played using C and C#.
Waveform Audio Functions (WAF) can be used to record and play audio files in wave (.wav) format. For more information see MSDN.
Audio Recording in C
Download the demo application:
- To build the project, navigate to Build menu in Visual studio and click Build Solution.
- Click Deploy solution in the Build menu to deploy the application.
- Goto My Device > Program Files > vcpp_audio_record_demo. Double click on the vcpp_audio_record_demo.exe to run the application.
Following image shows the output window.
Audio Recording in CSharp
Download the demo application:
* Navigate to Solution Explorer in visual studio > Right Click on **Solution** > **Properties** > **Devices**. * Uncheck **"Deploy the Latest version of the .NET Compact Framework (including Service Packs)"**. * Build and deploy the project on your WinCE device. * Download and Install .NET Compact Framework directly to the FlashDisk of the device from [here](https://developer-archives.toradex.com/files/toradex-dev/uploads/media/Colibri/AddSW/NetCFV35_CE700_FlashDisk_8029CCE19222C2369D540159143ADAA5.zip ""). * Go to **My Device** > **Program Files** > **vcsharp_audio_record_demo** and run the application **vcsharp_audio_record_demo.exe**.Following window will open.