代码搜索结果
找到约 5,618 项符合
MP3 的代码
mp3play.pas
{
模块名称:MP3播放器
使用方法:1、Show
2、ListBoxSoundName: 存放音乐文件名
返回值: 无
}
unit MP3Play;
interface
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
ExtCt
mp3_run.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (MP3)
Group (Library)
File 1,1,
File 2,4,
sd.asm
;MP3 Player kunio.h Ver0.9
;**** includes ****
.include "m8def.inc"
; Load immediate word into the resister pair.
; ldiw Z(X,Y),var
.macro ldiw
ldi @0L,low(@1)
ldi @0H,high(@1)
.endm
;
mp3_run.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (MP3)
Group (Library)
File 1,1,
File 2,4,
mp3.java
package com.dto;
public class Mp3 {
private String mp3No;
private String mp3Name;
private String mp3Price;
private String mp3Sum;
private String mp3Img;
private String buyNo;
pub
audio_mp3drv.h
#ifndef __AUDIO_MP3_H__
#define __AUDIO_MP3_H__
#include "mp3.h"
/* MP3 decoder definitions */
#define SP4_MP3_BITSTREAM_BUFFER_SIZE (4096) // size in bytes
#define SP4_MP3_MAX_FRAME_SAMPLES
mp3.h
/* MP3 Player Library 2.0 (C) 1999 A'rpi/Astral&ESP-team */
/* decoder level: */
#ifdef USE_FAKE_MONO
extern void MP3_Init(int fakemono);
#else
extern void MP3_Init();
#endif
extern int MP3_Ope
makefile
# apps/mp3/frontend/Makefile
TARGET_CXX=mail
SRC=${shell ls *.cxx}
OBJS=${SRC:.cxx=.o}
LIBS=-L../lib -lnxmail -lpixil-pim
ifeq ($(CONFIG_PAR),y)
LIBS+=-lpar
endif
ifeq ($(CONFIG_SYNC),y)
LIBS+=-l
makefile
# apps/mp3/mpegsound/Makefile
LIB_STATIC=libmpeg.a
SRC= soundinputstream.cc fileinput.cc httpinput.cc \
soundplayer.cc rawplayer.cc rawtofile.cc \
mpegtable.cc filter.cc filter_2.cc \
mpegtoraw.c