登录
首页 » c,c++ » G711 rtp发送

G711 rtp发送

于 2022-03-06 发布 文件大小:286.29 kB
0 121
下载积分: 2 下载次数: 1

代码说明:

g711音频解析转称pcm实现音频播放..内含库以及说明和使用directSound库实现正确播放的个过程。AppWizard has created this g711Decode application for you.  This file contains a summary of what you will find in each of the files thatmake up your g711Decode application.g711Decode.dsp    This file (the project file) contains information at the project level and    is used to build a single project or subproject. Other users can share the    project (.dsp) file, but they should export the makefiles locally.g711Decode.cpp    This is the main application source file.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C#批量更改文件名实例下载
    C#批量更改文件名实例下载
    2013-01-21下载
    积分:1
  • VS2010下ffmpeg解码视频文件并播放demo
    资源描述采用ffmpeg库解码视频文件通过sdl库创建视频播放窗口播放指定路径下的MP4文件
    2022-03-07 15:24:56下载
    积分:1
  • Projeto Inogames 2015.1
    Inogames da disciplina de cálculo numérico 做教授马塞洛 · 巴罗斯 da UFCG 做 período 2015.1 !O 汽车做 cálculo numérico
    2022-03-12 07:30:55下载
    积分:1
  • C# 键盘Ctrl+g控制蜂鸣器播放声音
    Visual C#播放声音,运行程序后,操作键盘上的Ctrl+g组合键发出蜂鸣声...这里的拖放声音是蜂鸣声,从音箱里发出,并不是从机箱的蜂鸣器发声。实现的过程和细节代码如下:   //导入 Windows Beep() API 函数   [DllImport("kernel32.dll")]   private static extern bool Beep(int freq, int dur);   // 定义PlaySound()要使用的常数   public const int SND_FILENAME = 0x00020000;   public const int SND_ASYNC = 0x0001;   // 导入 Windows PlaySound() 函数   [DllImport("winmm.dll")]   public static extern bool PlaySound(string pszSound,    int hmod,    int fdwSound);   [STAThread]   static void Main(string[] args)   {    // 使用Ctrl+g发出蜂鸣声    Console.Write("a");    Console.WriteLine("使用Ctrl+g发出蜂鸣声...");    Console.ReadLine();    // 使用 Windows API 发出蜂鸣声    Beep(800, 200);    Console.WriteLine("使用 Windows API 发出蜂鸣声...");    Console.ReadLine();    // 播放bells.wav文件    PlaySound("bells.wav",    0,    SND_FILENAME | SND_ASYNC);    Console.WriteLine("播放bells.wav文件...");    Console.ReadLine();   }
    2022-05-23 17:14:52下载
    积分:1
  • 超声波库,朋友给的用来参考用,我觉得应该很有帮助吧
    超声波库,朋友给的用来参考用,我觉得应该很有帮助吧-Ultrasonic library, a friend gave to be used for reference purposes, I think the bar should be very helpful
    2023-06-14 19:10:05下载
    积分:1
  • aodv路由协议的仿真过程
    使用ns2描述了aodv路由协议的动态仿真过程,原理清楚,带有注释,对学者会有很大的帮助,可以增强对aodv路由协议的理解
    2022-08-08 06:18:32下载
    积分:1
  • STM32的PWM
    该系统采用STM32的定时器,可以输出PWM。控制电机转速的快慢
    2023-05-24 13:50:04下载
    积分:1
  • android下使用gtk
    在android平台下使用ndk开发工具调用gtk库,到达使用gtk开发android gui界面的功能,实现gtk跨平台使用
    2022-11-27 07:20:04下载
    积分:1
  • NIST随机性检测软件
    NIST随机性检测软件源码,可参考,包含以下算法Frequency,Block Frequency,Cumulative Sums,Runs,Longest Run of Ones,Rank,Discrete Fourier Transform,Nonperiodic Template Matchings,Overlapping Template Matchings,Universal Statistical,Approximate Entropy,Random Excursions,Random Excursions Variant,Serial,Linear Complexity。
    2022-03-02 21:52:12下载
    积分:1
  • WCF各种实例代码
    WCF各种实例代码
    2015-05-05下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载