Welcome![Sign In][Sign Up]
Location:
Search - linux c mp3

Search list

[Linux-Unixlibid3tag-0.15.1b.tar

Description: linux下mp3编解码程序,有VC工程,纯C代码,移植性好,推荐!-mps decode program under linux, c code ,recomanded
Platform: | Size: 338143 | Author: JYL | Hits:

[Embeded-SCM Develop调用libmad的简单MP3播放器

Description: 今天研究了一下libmad,发现用这个库做一个简单的mp3播放器非常容易,网上也有很多例程,于是想把播放mp3功能加入我的wav播放小程序里面。晚上实验了一下,的确很好用,在sep4020这颗小arm7上面跑的很欢乐。程序结构目前很乱,还要整理一下,现在的仅仅实现功能,算是beat版。 首先需要编译安装libmad,这个参考以前的文章,编译程序时时需要mad.h 和libmad.a等文件。 为了便于交流,采用静态链接的方法添加libmad库比较好,相当于把libmad包含的程序里面去。 最后将wmplay.c和libmad.a放在同一个目录里,执行以下指令即可: arm-linux-gcc wmplay.c libmad.a -o wmplay
Platform: | Size: 82301 | Author: 535024144@qq.com | Hits:

[Embeded Linuxmp3play

Description: uclinux下s3c4510B CPU播放mp3 C程序-Basis under s3c4510B CPU mp3 player C Program
Platform: | Size: 224256 | Author: 曾式 | Hits:

[Multimedia Develop658544mpeg3play-0_9_6-src.tgz

Description: linux 环境下mp3播放器在redhat9.0测试通过很好的播放器-mp3 player in the test redhat9.0 good players
Platform: | Size: 83968 | Author: | Hits:

[Linux-Unixlibid3tag-0.15.1b.tar

Description: linux下mp3编解码程序,有VC工程,纯C代码,移植性好,推荐!-mps decode program under linux, c code ,recomanded
Platform: | Size: 337920 | Author: JYL | Hits:

[Linux-UnixARMMP3-Decoder

Description: ARM的MP3解码源程序(3.60MB)-ARM MP3 decoder source (3.60MB)
Platform: | Size: 3782656 | Author: qgh | Hits:

[Booksmp3streamplayer

Description: mp3播放器 环境:linux 多媒体 -mp3 player environment : linux multimedia
Platform: | Size: 181248 | Author: shi | Hits:

[Streaming Mpeg4smpeg-0.5.4b

Description: 本软件是音频(mp3),视频(mpeg)解码c++程序,提供了vc下和linux下的两个版本,也可以移植到嵌入式系统中。-Audio (mp3), video (mpeg) decoder c procedures, vc provided under linux and the two versions can be transplanted to embedded systems.
Platform: | Size: 391168 | Author: 谭鸿 | Hits:

[Linux-Unixmp3player-src

Description: motorolfa ezx平台的mp3播放器,基于libmad-motorolfa ezx platform mp3 player, based on libmad
Platform: | Size: 1230848 | Author: your name | Hits:

[Linux-Unixlinux_MP3_code

Description: 这是一个mp3的源代码,里面包含有uninx版和windows版,用C++语言编写的-This is an mp3 source code, which contains version and windows version uninx with C++ Languages
Platform: | Size: 3283968 | Author: 江鑫 | Hits:

[Linux-Unixmadplay-0.16.1b

Description: 经典的C语言MP3编码解码实现,可以在linux/unix平台下编译运行. -Classic C language realize MP3 codec, you can linux/unix platform running under the compiler.
Platform: | Size: 714752 | Author: forest | Hits:

[OS programMP3

Description: 基于linux系统开发的C语言MP3系统开发程序。-Linux system development based on C-MP3 system development program.
Platform: | Size: 20480 | Author: lanjianwen | Hits:

[Linux-UnixDecodeMagStripe

Description: Decoding the signal from magnetic stripe card or ticket using just a simple magnetic head connected to a microphone jack. Recording an audio WAVE file, and then this information can be decoded by the 2 programs included. First program dab.c decodes the audio signal into bits - 0s and 1s. The second program dmsb.c decodes bits into readable ascii code which can be read by a human. After this the decode process is complete. The best thing of this software is that you can record the information from a magnetic stripe card, on your mp3 player and decode information later on. Or you can do it in real time when both programs are run with pipe command in Linux. The source code can be modified and compiled for Windows. The license is GPL license - free to use. This was my graduation project in the Technical University for master degree in Informatics.
Platform: | Size: 8192 | Author: jojoland | Hits:

[Audio programmadlldlib-10b4_dll

Description: libmad is a powerful open source library written in C that decodes MP3 files to uncompressed PCM data. However, it compiles as a static library, limiting its access to C/C++. I have written code (based on the source madlld) that compiles to a DLL, enabling other languages (i.e., C#, Visual Basic etc.) to access the libmad library using the simple interface I ve provided.
Platform: | Size: 74752 | Author: xinghe | Hits:

[Otherlive.2010.07.29.tar

Description: livemedia rtp 库源码This code forms a set of C++ libraries for multimedia streaming, using open standard protocols (RTP/RTCP, RTSP, SIP). These libraries - which can be compiled for Unix (including Linux and Mac OS X), Windows, and QNX (and other POSIX-compliant systems) - can be used to build streaming applications. The libraries are already being used to implement applications such as "the LIVE555 Media Server" (a RTSP server application), "liveCaster" and "playRTPMPEG" (for streaming MP3 audio using RTP/RTCP), and "vobStreamer" (for streaming DVD content using RTP/RTCP/RTSP). The libraries can also be used to stream, receive, and process MPEG, H.263+, DV or JPEG video, and several audio codecs. They can easily be extended to support additional (audio and/or video) codecs, and can also be used to build basic RTSP or SIP clients and servers, and have been used to add streaming support to existing media player applications, such as "VLC" and "MPlayer". -This code forms a set of C++ libraries for multimedia streaming, using open standard protocols (RTP/RTCP, RTSP, SIP). These libraries- which can be compiled for Unix (including Linux and Mac OS X), Windows, and QNX (and other POSIX-compliant systems)- can be used to build streaming applications. The libraries are already being used to implement applications such as "the LIVE555 Media Server" (a RTSP server application), "liveCaster" and "playRTPMPEG" (for streaming MP3 audio using RTP/RTCP), and "vobStreamer" (for streaming DVD content using RTP/RTCP/RTSP). The libraries can also be used to stream, receive, and process MPEG, H.263+, DV or JPEG video, and several audio codecs. They can easily be extended to support additional (audio and/or video) codecs, and can also be used to build basic RTSP or SIP clients and servers, and have been used to add streaming support to existing media player applications, such as "VLC" and "MPlayer".
Platform: | Size: 457728 | Author: 付晓辉 | Hits:

[Linux-Unixmp3

Description: linux mp3播放歌曲的应用程序,调试成功的-linux mp3 music player application, debugging success
Platform: | Size: 5120 | Author: hongwei | Hits:

[Embeded LinuxMP3

Description: 嵌入式linux下C语言编写的mp3播放器,GTK界面,用libmad音频解码库-Embedded linux written in C, mp3 player, GTK interface, using libmad audio decoder library
Platform: | Size: 3831808 | Author: 赵希 | Hits:

[Embeded LinuxMP3-Player

Description: 这是国嵌推出的基于Linux及mini2440的MP3播放器项目,里面有详细的项目文档和程序。-This is a country based on embedded Linux and mini2440 launched the MP3 player project, which has detailed project documentation and procedures.
Platform: | Size: 4893696 | Author: parker | Hits:

[Linux-UnixQt-mp3

Description: 在linux下基于C++和qt编写的MP3播放界面程序-In c++ and qt under Linux based on the MP3 interface program written
Platform: | Size: 6144 | Author: shaoxiaoxin | Hits:

[Linux-Unixemail

Description: 本程序在linux环境下是用C语言开发,实现了邮件的发送功能。它可以实现邮件的普通发送、抄送、密送,并支持txt、doc、mp3、avi、rar、pdf等十几种附件的添加。支持邮件的批量发送,提供配置接口,操作简单。-This program is in the linux environment using C language development, to achieve the e-mail sending function. It can send regular mail, Cc, Bcc, and supports txt, doc, mp3, avi, rar, pdf and other accessories to add a dozen. Support sending bulk mail, provide configuration interface, easy to operate.
Platform: | Size: 41984 | Author: 周密 | Hits:
« 12 »

CodeBus www.codebus.net