怎样将语音录制成MP3或RM格式的文件?或STREAM?另加500分(200分)

  • 主题发起人 主题发起人 bcahz
  • 开始时间 开始时间
RM格式:用RealProducer从声卡输入录制(文件或Stream)
MP3:CoolEdit、SoundForge
 
可以具体点吗?
 
你用一下RealProducer就会了
 
我用了,但是引入ACTIVE后,不知怎么调用他的函数
 
你开始没说清楚要用RealProducer ActiveX控件
new一个Application,放上RealProducer ActiveX控件,两个Button
将RealProducer Activex的InputType属性设为Input Capture
如果压文件,DoOutputFile=True,DoOutputServer=false,OutputFilename设为
压缩后的rm文件名(包含扩展名.rm)
procedure TForm1.Button1Click(Sender: TObject);
begin

ProducerControl1.StartEncoding;
end;

procedure TForm1.Button2Click(Sender: TObject);
begin

if ProducerControl1.IsEncoding then

ProducerControl1.StopEncoding;
end;


可参考
http://www.realnetworks.com/devzone/sdk/index.html?src=r-real,rnhmpg_041301,rnhmtn,nosrc
 
RealProducer能用作商业用途吗?好像的注册吧!
别让人家告了。
 
1)你说的我已经可以做到了,但是不能做流播放,一定要REALSERVER吗?
2)MPEG4方式怎么做?
THANKS
 
录成Mp3我在“车载集群系统“做过
我是先录成wav然后利用多线程在后台压缩
 
流播放必须有RealServer
DoOutputFile=false,DoOutputServer=true
ServerName:服务器地址
ServerPort:段口,默认是4040
ServerStream:<直播文件名>
ServerUserName:username used to access encoder mount point
ServerPassword:password used to access encoder mount point
 
这些我知道,但是好象可以不要REALSERVER?
 
不用RealServer,Stream送到哪呢,说说看
 
[^][8D][:D][:)][^][?][:)][:(][:(!][^][?][:)]
 
为什么是real
 
1。
RealProducer是要注册的,而且运行含有RealProducer ActiveX控件程序的机器也必须
先要注册RealProducer!
2。
如果想要在网上实时传送rm流,就必须用RealServer。如果是本地放,就没有必要用它了
 
以上答案都不满意
WAIT
 
用超级解霸转换好了!
 
呵呵~~~~~~```````
 

Similar threads

S
回复
0
查看
3K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
2K
SUNSTONE的Delphi笔记
S
S
回复
0
查看
1K
SUNSTONE的Delphi笔记
S
后退
顶部