心胸决定格局,眼界决定境界...

摘要: 音效对比测试歌曲音乐格式:MP3 320KB CBR测试歌曲曲目:Dark Moor - 《Swan Lake》该曲目由力量金属乐队Dark Moor改编自著名的芭蕾舞剧《天鹅湖》,时长为7分59秒,一首歌中即包含了男、女声高音(高音测试)、底鼓连踩(低音测试)以及古典乐器(还原度测试)。首先进行的... 阅读全文
posted @ 2014-04-15 15:50 WELEN 阅读(749) 评论(0) 推荐(0) 编辑
摘要: #pragma once#include #include class CLogger{public: static CRITICAL_SECTION m_cs;//保证所有的对象都能访问到它public: CLogger(); ~CLogger(); static int logger_t... 阅读全文
posted @ 2014-04-15 15:45 WELEN 阅读(267) 评论(0) 推荐(0) 编辑
摘要: 现在手机应用发展迅速,各种只怕想不到,不怕做不到的应用也是如雨后春笋般应运而生。听歌早已经告别了以前庞大、笨拙、不便带来的烦恼,之后mp3播放器的普及更是随处都可见戴着耳机听歌的人。而手机近几年来革命性的发展改变了很多人的生活方式。不管你对MP3播放器再怎么恋恋不舍,不管它多么漂亮和便于携带。毕竟要... 阅读全文
posted @ 2014-04-15 15:44 WELEN 阅读(4538) 评论(0) 推荐(0) 编辑
摘要: http://www.33lc.com/article/3324.html现在的手机音乐播放器越来越多了,一般大家都是用自己买手机时自带的播放器,有时候觉得效果会比不上其他的,但又苦恼要换什么播放器才会比较好,现在就让绿茶小编跟大家对比下4款主要的音乐播放器,好让大家作出更好的选择,有更好的体验。首... 阅读全文
posted @ 2014-04-15 15:25 WELEN 阅读(832) 评论(0) 推荐(0) 编辑
摘要: #pragma once#include #include class CLogger{public: static CRITICAL_SECTION m_cs;//保证所有的对象都能访问到它public: CLogger(); ~CLogger(); static int logger_t... 阅读全文
posted @ 2014-04-15 15:18 WELEN 阅读(281) 评论(0) 推荐(0) 编辑
摘要: MP4Mix *mix = NULL; mix = new MP4Mix(); bool mix_ret = true; const char* h264_file ="temp/temp.h264"; const char* aac_file ="temp/temp.AAC"; co... 阅读全文
posted @ 2014-04-15 15:09 WELEN 阅读(346) 评论(0) 推荐(0) 编辑
摘要: // faad2.cpp : 定义控制台应用程序的入口点。#include "stdafx.h"#include #include #pragma comment(lib, "libfaad2.lib")#include #include #include //#ifdef UNICODE//t... 阅读全文
posted @ 2014-04-15 15:02 WELEN 阅读(2593) 评论(0) 推荐(0) 编辑
摘要: // faacode.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"#include #include typedef unsigned long ULONG;typedef unsigned int UINT;typedef unsigned char... 阅读全文
posted @ 2014-04-15 15:01 WELEN 阅读(1942) 评论(0) 推荐(0) 编辑
摘要: // PlayVideo.cpp : Defines the entry point for the console application.//extern "C"{#include #include #include #include #include #include #include };#... 阅读全文
posted @ 2014-04-15 14:59 WELEN 阅读(993) 评论(0) 推荐(0) 编辑
摘要: extern "C"{#include #include #include #include #include #include #include };#include #include #include #include #pragma comment(lib, "libmingwex.lib")... 阅读全文
posted @ 2014-04-15 14:54 WELEN 阅读(1393) 评论(0) 推荐(0) 编辑
摘要: BOOL DeleteDirectory(char *DirName){ CFileFind tempFind; char tempFileFind[200]; sprintf(tempFileFind,"%s\\*.*",DirName); BOOL IsFinded=(BOOL)tempFind... 阅读全文
posted @ 2014-04-15 14:40 WELEN 阅读(286) 评论(0) 推荐(0) 编辑
摘要: #ifdef _INTERFACE_H#error _INTERFACE_H has be exsisted#else#define _INTERFACE_H#include "stdafx.h"//类型定义在这个文件中#include "stdlib.h"#include "windo... 阅读全文
posted @ 2014-04-15 14:35 WELEN 阅读(1497) 评论(0) 推荐(0) 编辑
摘要: //初始化、注册编解码器avcodec_init();av_register_all();avformat_network_init();//选取测试文件char* FileName = "test.rmvb";AVFormatContext *pFormatCtx;if(av_open_input... 阅读全文
posted @ 2014-04-15 14:28 WELEN 阅读(1406) 评论(0) 推荐(0) 编辑
摘要: //初始化、注册编解码器avcodec_init();av_register_all();avformat_network_init();//选取测试文件char* FileName="test.mp4";string strFileName(FileName);WavMaker test(Audi... 阅读全文
posted @ 2014-04-15 14:02 WELEN 阅读(1761) 评论(0) 推荐(0) 编辑