文件名称:wavplayer
- 所属分类:
- Audio
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2013-03-22
- 文件大小:
- 212kb
- 下载次数:
- 0次
- 提 供 者:
- jiwus*****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
内含开发文档、全部源代码。linux环境下用QT编写的wav播放器分为网络端(Wav_sever) 客户端(YUIMP3),客户端可以在网络端下载歌曲到本地播放,程序带UI。编译后程序同一目录下需要增加song文件夹,此处为一个小BUG,具体信息见开发文档。
这里MP3是当初计划写MP3格式的。makefile为OSS驱动配置,如果没有OSS驱动需要另外安装OSS音频驱动。一般linux系统都自带OSS音频驱动-Includes the development of documentation, full source code. wav player written linux environment using QT divided into network end (Wav_sever) client (YUIMP3), clients can download the song at the network end to the local player program with UI. The need to increase the song folder under the same directory of the compiled program here for a small BUG specific information, see the development of the document. Here MP3 is the original plan to to write MP3 format. makefile the OSS driver configuration, if there is no OSS driver need to install the OSS audio driver. General linux system comes OSS audio driver
这里MP3是当初计划写MP3格式的。makefile为OSS驱动配置,如果没有OSS驱动需要另外安装OSS音频驱动。一般linux系统都自带OSS音频驱动-Includes the development of documentation, full source code. wav player written linux environment using QT divided into network end (Wav_sever) client (YUIMP3), clients can download the song at the network end to the local player program with UI. The need to increase the song folder under the same directory of the compiled program here for a small BUG specific information, see the development of the document. Here MP3 is the original plan to to write MP3 format. makefile the OSS driver configuration, if there is no OSS driver need to install the OSS audio driver. General linux system comes OSS audio driver
(系统自动生成,下载前可以参看下载内容)
下载文件列表
wavplayer\snd-pcm-oss.modules
.........\makefile
.........\yuimp3\main.cpp
.........\......\mainwindow.cpp
.........\......\mainwindow.h
.........\......\mainwindow.ui
.........\......\playmusic.cpp
.........\......\play_music.h
.........\......\yuimp3.pro
.........\......\yuimp3.pro.user
.........\......\ICON\last.png
.........\......\....\next.png
.........\......\....\open.png
.........\......\....\pause.png
.........\......\....\play.png
.........\......\....\send.png
.........\......\....\stop.png
.........\......\....\upload.png
.........\......\yuimp3.config
.........\......\yuimp3.creator
.........\......\yuimp3.creator.user
.........\......\yuimp3.files
.........\......\yuimp3.includes
.........\......\client.cpp
.........\......\client.h
.........\......\diallog_download.ui
.........\......\dialog_download.cpp
.........\......\dialog_download.h
.........\......\dialog_dload.cpp
.........\......\dialog_dload.h
.........\......\dialog_dload.ui
.........\......\net.txt
.........\QTwav开发文档.ppt
.........\wav_sever\main.cpp
.........\.........\mainwindow.cpp
.........\.........\mainwindow.h
.........\.........\mainwindow.ui
.........\.........\sever.cpp
.........\.........\sever.h
.........\.........\wav_sever.pro
.........\.........\wav_sever.pro.user
.........\.........\songdialog.cpp
.........\.........\songdialog.h
.........\.........\songdialog.ui
.........\yuimp3\ICON
.........\yuimp3
.........\wav_sever
wavplayer