代码搜索结果
找到约 5,618 项符合
MP3 的代码
readme.lib
README for MPEG decoder for 68k/ColdFire
Revision history:
21-oct-1999: First release with ColdFire support, and under GPL. (Rob Scott)
Backround:
After searching the net for a MP3 decoder tha
makefile
#
# Makefile for mp3 player
#
# Define ColdFire to use ColdFire toolchain
ColdFire = 1
ifdef ColdFire
INCS += -I../mpegdec_lib
CFLAGS += -DMPEGAUD_INT
LDLIBS = ../mpegdec_lib/mpegdec.a $(LIBC) $(
mp3.dsp
# Microsoft Developer Studio Project File - Name="mp3" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Conso
support.txt
Please use the following information when submitting customer support requests
Package ID: l_ipp-MP3-int-decode_p_4.0.006
Package Contents: Intel(R) Integrated Performance Primitives
MP3 Integer
makefile
# apps/mp3/Makefile
DIRS=mpegsound frontend
subdir-build = $(patsubst %,_subdir_%,$(DIRS))
subdir-clean = $(patsubst %,_clean_%,$(DIRS))
subdir-install = $(patsubst %,_install_%,$(DIRS))
all: $(sub
pm2_mp3.asm
; PAULMON2, a user-friendly 8051 monitor, by Paul Stoffregen
; Please email comments, suggestions, bugs to paul@pjrc.com
; Modified version for the MP3 Player project.
; PAULMON2 is in the publ
mp3_decoder_project.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="Mp3_Decoder_project"
ProjectDir="E:\Project\MP3\MP3_Decoder_Project\"
ProjectType=Ex
mp3.lnp
"main.obj",
"IDE.obj",
"file_system.obj",
"Initial.obj",
"keyboard.obj",
"MP3.obj",
"LCD.obj",
"Usb.obj"
TO "MP3"
RAMSIZE(256)
mp3.lnp
"main.obj",
"IDE.obj",
"file_system.obj",
"Initial.obj",
"keyboard.obj",
"MP3.obj",
"LCD.obj",
"Usb.obj"
TO "MP3"
RAMSIZE(256)
fat.h
//++
//fat.h - declarations for fat.c module
//
// Copyright (C) 2005 by Spare Time Gizmos. All rights reserved.
//
// This file is part of the Spare Time Gizmos' MP3 Player firmware.
//
// Th