代码搜索结果

找到约 8,355 项符合 MP3 的代码

mp3decoder.h

/********************************************************/ /* */ /* 库 名 称:MP3解码器函数库 */ /* 功 能 描 述:MP3解码器的初始化,及播放操

main.c

#include #include "..\Inc\AT8xC51SND1.h" #include "..\Inc\GLOBAL.h" #include "..\Inc\CHIPSOURCE.h" #include "..\Inc\COMMON.h" #include "..\Inc\IDEIO.h" //#include "..\Inc\MP3.h" voi

ideio.c

#define _LIBRARY_DEFINE #include #include "..\Inc\AT8xC51SND1.h" #include "..\Inc\GLOBAL.h" #include "..\Inc\COMMON.h" #include "..\Inc\MP3.h" #include "IDEIO.h" //IDE设备控制寄存器地址 #de

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,

initmp3decoder.c

#ifndef _MP3DECODER_DEFINE #include "MP3DECODER.c" #endif void InitMP3Decoder(void); void InitMP3Decoder(void) { MP3CLK=0x07; //set MP3 decoder clock 192/8=24MHz EMP3=0; MP3VOL=10;

mp3decoder.h

/********************************************************/ /* */ /* 库 名 称:MP3解码器函数库 */ /* 版 本:V1.00

interruptmp3.c

#ifndef _MP3DECODER_DEFINE #include "MP3DECODER.c" #endif void InterruptMP3(void) interrupt 5 { EMP3=0; if (MPREQ) //需要数据 { while(MP3STA1&0x10) { MP3DAT=DiskBuffer[MP3.Poi

loadmp3data.c

#ifndef _MP3DECODER_DEFINE #include "MP3DECODER.c" #endif void LoadMP3Data(BYTE file); void LoadMP3Data(BYTE file) { data BYTE k,vol,vor; xdata WORD i; EMP3=0; MP3.File=file;

mp3.h

#include #include #include #define DEBUG #define AT89C51SND1C 0 #define AT89C52 1 #define CPU_TYPE AT89C51SND1C #if CPU_TYPE==AT89C52 #include

mp3.cpp

/* * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of