How can I directly play MP3 or WMA embedded in EXE resources in a "stream" manner? Hope to give an example (send 100 points) :) Delphi/Windows SDK/API
Http://www.delphi2007.net/DelphiMultimedia/html/delphi_20061009145227262.html
How can I embed MP3 or WMA in an EXE file and play the file directly by means of "stream? Hope to give an example (send 100 points ):)
I have found a lot of traditional methods for
Article Source: PHP Development Learning PortalAddress: http://www.phpthinking.com/archives/491In the production of Web pages. If you want to insert MP3 music into the Web page to add interactivity and enhance user experience, this time the Web music player is very necessary. In general, it is assumed that there are several very unfriendly places to play with background music.1. The user cannot pause when the page is loaded and played. Stop playing2.
FFmpeg is a very powerful audio and video processing tool, the official website is: http://ffmpeg.org/.Because FFmpeg does not have the same files on Windows and on Linux systems (you do not need to install FFmpeg on Windows, you only need to download the Windows version of FFmpeg. Linux requires the user to install ffmpeg---> Reference link: http://linux.it.net.cn/e/Linuxit/2014/0828/3980.html)The most recent project is a requirement to convert the audio files in the AMR format from Android to
Open the converter, add the video file first, click the "Add Video" key in the upper-left corner, and open the FLV video import you want to convert in the open folder. Files can be multiple, and can be converted in batches. This is recently I like to watch the Korean dramas MV, converted into MP3 can let go on the machine to listen, last time I also tried to turn to Amr to do the phone ring.
Select the output format, which is the pre
Google finally launched the MP3 search , of course, in order to avoid causing unnecessary trouble to themselves, Google adopted a more secure way, using the way with the giant whale network to provide genuine MP3 search, BTW, small giant Yao Ming is also the shareholder of the giant whale network, very good very strong AH.
Google has been forced to do so, just enter China, China's Internet users structure
This article introduces the compilation and use of ffmpeg in ANDROID/NDK environment, FFmpeg comes with H264, AAC, MP3 decoder, but there is no (or no good) corresponding encoder. The corresponding encoder requires the use of a third-party library. The recommended third party libraries is x264 (H264 encoding), FDK_AAC (AAC encoding), lame (MP3 encoding).In order, the third-party library should be compiled f
The first is the installation: Https://pypi.python.org/pypi/mutagenInstallation:TAR-ZXVF mutagen-1.29.tar.gzCD mutagen-1.29./setup.py Build./setup.py InstallUse:From Mutagen.mp3 import MP3, EasyMP3From MUTAGEN.ID3 import EasyID3From MUTAGEN.ID3 import COMM#EasyMP3继承自MP3, it directly assigns ID3 to EasyID3, using EasyMP3 can be more convenient to obtain such as album name, singer name, song name and other ta
Missviola, zero Customer Network Security
MP3 Joiner is an easy-to-use tool for connecting multiple MP3 files into a large MP3 file:
1. The connection speed is fast without recompression;
2. Supports drag-and-drop connections to files;
3. The connected MP3 file must be the same compression parameter.
First, check the P
First, you need to know that all the file information of the MP3 file is placed in the last 128 bytes of the file. The information stored in these 128 bytes is as follows:
Char header [3];/* the label header must be "tag"; otherwise, no label is considered */Char title [30];/* Title */Char artist [30];/* Author */Char album [30];/* Special set */Char year [4];/* production date */Char comment [28];/* remarks */Char reserve;/* retain */Char track;/* au
As3 loading MP3 ID3 garbled solution most MP3 ID3 uses GBK/gb2312 character encoding. In As2, usedcodepage can be used to solve the problem, but in as3, even if usedcodepage is used, sound still uses utf8 encoding to read ID3 information when loading MP3 files, this makes the ID3 read by a large number of MP3 players g
First, you must add shell32: The program needs to reference shell32.dll. My specific steps are as follows: Right-click "Reference" and choose "add reference". In the displayed dialog box, select the "com" tab, find the Microsoft shell controls andautomation 1.0 component"
Using system. io; using shell32; openfiledialog ofd = new openfiledialog (); // a new method ofd. filter = "MP3 files(folder) | *. MP3 |
/*************************************** **************************************** ************** Author: conowen @ Dazhong* E-mail: conowen@hotmail.com* Http://blog.csdn.net/conowen* Note: This article is original and only used for learning and communication. For more information, indicate the author and its source.
**************************************** **************************************** ************/
1. Introduction to Android audiotrack
In Android, mediaplayer and audiotrack can be
Modify function djinfo ($ dir) for obtaining mp3 file information using php)
{
If (! File_exists ($ dir) return '';
If (substr (php_uname ('s '),) = "Windows") {// not supported by LINUX
$ Player = new COM ("WMPlayer. OCX ");
$ Media = $ player-> newMedia ($ dir );
$ Time = $ media-> duration; // Obtain the duration
@ $ S_bitrate = $ media-> getItemInfo (Bitrate); // get the bit rate
@ $ Size = $ media-> getItemInfo (FileSize); // size
$ Time = sprint
A new MP3 file has no random playback function! As a programmer, do it yourself ~
Obtain the current path:
char buf[1000];GetCurrentDirectory(1000,buf); string cur_folder_file = string(buf)+"\\*.mp3";Obtain the list of mp3 files in the current path:
void getMp3Names(string filepath,vectorRandom rename mp3file (Name: num.mp3, for example, 5.
Tool encapsulation for PCM conversion MP3 and pcmmp3
Tool encapsulation for PCM conversion MP3
Description
1. Simple encapsulation of PCM to MP3.
2. Use the https://github.com/wuqiong/mp3lame-for-iOS to generate a 64-bit lame library.
Source code
Https://github.com/YouXianMing/iOS-General-Tools in PCM-to-MP3
//// Pc
/audacious/input/AAc. So conflicts between attemptedInstallof audacious-plugins-extras-1.4.4-1.fc8.i386 andAudacious-plugins-nonfree-aac-1.4.4-1.lvn8.i386File/Usr/lib/audacious/input/ALAC. So conflicts between attempted instilsOf audacious-plugins-extras-1.4.4-1.fc8.i386 andAudacious-plugins-nonfree-alac-1.4.4-1.lvn8.i386File/Usr/lib/audacious/input/madplug. So conflicts between attemptedInstallof audacious-plugins-extras-1.4.4-1.fc8.i386 andAudacious-plugins-nonfree-
Let's briefly talk about the ID3 mark of MP3, because it is mainly used to perform this operation.
At the very beginning, MP3 didn't have the information we saw today, such as singers, ages, and albums.Only some simple parameters such as yes/no are used to indicate whether it is privated or copyrighted, which makes it inconvenient for MP3-related work, in 1996,
First, splitmp3 is easy to use and suitable for beginners.
Second: mptrim is a good MP3 splitting software that can be subdivided into each frame and increase the MP3 volume. There are also many advanced options to set your MP3 ringtones.
The production process is very simple. You can download your songs online and click the desired ones. Then, open the softwar
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.