Windows Mobile的 - 2路电话录音(C#) [英] Windows Mobile - 2 Way Call Recording (C#)

查看:245
本文介绍了Windows Mobile的 - 2路电话录音(C#)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要实现2路(主叫方和接收方)调用Windows Mobile上的记录。我已经经历了很多论坛和文章去说这是硬件限制,不可能对所有手机。我从 http://www.resco.net/pocketpc/audiorecorder/ 下载一个应用程序这是我的手机上运行完美,并具有2路录制功能。

I need to implement 2 way (caller and receiver) call recording on Windows Mobile. I have gone through many forums and articles saying that it's hardware limitation and is not possible on all phones. I have downloaded one application from http://www.resco.net/pocketpc/audiorecorder/ which is running perfect on my phone and has 2 way recording capability.

有没有使用.NET CF 2.0(托管或非托管实现相同的可能性。虽然管理是。首选)

Is there any possibility of implementing same using .NET CF 2.0 (managed or unmanaged. although, managed is prefered.).

编辑:我找到的这个样本,但不能够给动态记录的长度。我需要的是接收到呼叫时开始,当通话结束停止。因此,长度不记录时已知

I found this sample, but not able to give the length of recording dynamically. I need to start when the call is received and stop when call is ended. So, length is not known at the time of recording.

推荐答案

我使用的 OpenNETCF.Media.WaveAudio.Recorder 2路电话录音。

I Used OpenNETCF.Media.WaveAudio.Recorder for 2 way call recording.

我面对是唯一的问题,录制动态长度。我解决了使用 Recorder.DoneRecording 事件。我在每个Recorder.DoneRecording创造了新的.wav文件,并结合使用这一切.WAV文件在记录(使用停止()方法)的末尾。

The only problem I faced was, Dynamic length for recording. I solved that by using Recorder.DoneRecording event. I created new .WAV file in each Recorder.DoneRecording and combining all .WAV files using this at the end of recording (using Stop() method).

这篇关于Windows Mobile的 - 2路电话录音(C#)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆