代码搜索结果
找到约 5,618 项符合
MP3 的代码
mp3.lnp
"uart.obj",
"FLASH.obj",
"mp3.obj",
"atmelusbci.obj",
"fat16.obj"
TO "mp3" Rtx51
RAMSIZE(256)
XDATA( 0X0000-0X07FF )
mp3.lnp
"uart.obj",
"FLASH.obj",
"mp3.obj",
"atmelusbci.obj",
"fat16.obj"
TO "mp3" Rtx51
RAMSIZE(256)
XDATA( 0X0000-0X07FF )
mp3decodeapp.c
#include "..\\keyboard\\keyboard.h"
#include "mp3_decodeDrv.h"
unsigned int mp3Status;
/* Pause Status (MP3)
void MP3_PauseHandler()
{
switch(ScanKey())
{
case KEY_NONE:
break;
bulk editing of .xxx to .zip or .mp3.txt
ets us say you have just download a new album or game
but all the files are .xxx and you need them to be
zip's, rar's, mp3's etc.....
then do the following
-create a new folder
-put all the fil
bulk editing of .xxx to .zip or .mp3.txt
ets us say you have just download a new album or game
but all the files are .xxx and you need them to be
zip's, rar's, mp3's etc.....
then do the following
-create a new folder
-put all the fil
play_mp3.d
ARM\ Flash\ Release/play_mp3.o: \
C:/Documents\ and\ Settings/Povilas/My\ Documents/Programming/__arm/JuiceBox\ startup/mp3/play_mp3.c \
C:/Program\ Files/CrossWorks\ for\ ARM\ 1.6/include/stdio
bulk editing of .xxx to .zip or .mp3.txt
ets us say you have just download a new album or game
but all the files are .xxx and you need them to be
zip's, rar's, mp3's etc.....
then do the following
-create a new folder
-put all the fil
config.ini
[MP3]
CBR=8
CBR_VBR=0
Mode=1
Forced=0
Quality=5
SampleRate=1
VBRMax=8
VBRMin=0
VBRQuality=0
[OGG]
VBRMAX=8
VBRMIN=0
[WMA]
CBR=8
[General]
OutputFormat=2
mirc.ini
[chanfolder]
n0=#AllNightCafe
[text]
accept=*.bmp,*.gif,*.jpg,*.log,*.mid,*.mp3,*.png,*.txt,*.wav,*.wma,*.zip
ignore=*.exe,*.com,*.bat,*.dll,*.ini,*.mrc,*.vbs,*.js,*.pif,*.scr,*.lnk,*.pl,*.shs
mediaplayer.java
/**
this program is just for playing music of .mp3
*/
import java.awt.*;
import java.awt.List;
import javax.media.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.event.