代码搜索结果
找到约 5,618 项符合
MP3 的代码
va4010regsdk.h
//These register will not open to our customer.
#ifndef __VA4010REGSDK_H__
#define __VA4010REGSDK_H__
// Alarms bits definition
#define MP3_REQ 0x02
//mp3 registers' address definition
#
mp3player.~dpr
program MP3Player3;
uses
Forms,
uPrinc in 'uPrinc.pas' {Form1},
uSobre in 'uSobre.pas' {Form2};
{$R *.res}
begin
Application.Initialize;
Application.Title := 'MP3 Player';
A
mp3player.dpr
program MP3Player;
uses
Forms,
uPrinc in 'uPrinc.pas' {Form1},
uSobre in 'uSobre.pas' {Form2};
{$R *.res}
begin
Application.Initialize;
Application.Title := 'MP3 Player';
Ap
ide mp3.lnp
"STARTUP.obj",
"main.obj",
"MP3.obj",
"USB.obj",
"file_system.obj",
"ide.obj",
"Initial.obj",
"keyboard.obj",
"LCD.obj"
TO "IDE MP3"
RAMSIZE(256)
mp3.lnp
"uart.obj",
"FLASH.obj",
"bulk_only.obj",
"atmelusbci.obj",
"32MUSB.obj",
"fat16.obj"
TO "mp3"
RAMSIZE(256)
XDATA( 0X0000-0X07FF )
sample.vcrrc
[defaults]
source = Television
freqtab = europe-west
channel = Nederland 1
norm = pal
verbose = 1
init-sound=/dev/mixer:Line:90
##### default audio: mp3 @ 128 kbps, stereo 44Khz 16 bits
audiobitrate =
hex2fdl
#! /usr/bin/perl
# This script converts intel-hex data into fast flash download
# binary format, for use with the PJRC MP3 player fast flash
# firmware download.
# Typical usages:
# hex2fdl mp3pla
2472.html
Re: VB如何用Winamp播放MP3
Re: VB如何用Winamp播放
gsplayer2.cpp
#include "GSPlayer2.h"
#include "PlayerApp.h"
CPlayerApp* pApp = NULL;
const TCHAR s_szDefSupportedExt[][5] = {
_T("rmp"), _T("mp3"), _T("mp2"),
_T("mpa"), _T("ogg"), _T("wav"),
NULL
};