代码搜索结果
找到约 5,618 项符合
MP3 的代码
lcd.h
/************************************************************************************
本程序仅供广大电子爱好者制作MP3学习和参考使用,不得用于其它用途,否则后果自负
LCD.H File
Created by Computer-lov. Date: 2005.3.19
Last
readme.rawplayer
rawplayer is a simple C applet to stream raw music files in place of mpg123
INSTALL
compile the .c file and install:
gcc -O2 rawplayer.c -o /usr/bin/rawplayer
Converting MP3 to RAW
Make track01.
readme.rawplayer
rawplayer is a simple C applet to stream raw music files in place of mpg123
INSTALL
compile the .c file and install:
gcc -O2 rawplayer.c -o /usr/bin/rawplayer
Converting MP3 to RAW
Make track01.
readme.rawplayer
rawplayer is a simple C applet to stream raw music files in place of mpg123
INSTALL
compile the .c file and install:
gcc -O2 rawplayer.c -o /usr/bin/rawplayer
Converting MP3 to RAW
Make track01.
mp3.h
#ifndef __MP3_H__
#define __MP3_H__
/* MP3 decoder definitions */
#define MP3_BITSTREAM_BUFFER_SIZE (4096) // size in bytes
#define MP3_MAX_FRAME_SAMPLES (1152) // max samples per fram
mp3.h
#ifndef __MP3_H__
#define __MP3_H__
/* MP3 decoder definitions */
#define MP3_BITSTREAM_BUFFER_SIZE (4096) // size in bytes
#define MP3_MAX_FRAME_SAMPLES (1152) // max samples per fram
addimage2mp3.rb
#!/usr/bin/env ruby
#
# Script for embedding album cover images in MP3 files. This requires an existing
# ID3-V2 tag in the file.
#
# (c) 2005-2006 Mark Kretschmann
# License: GNU Gene
lcd.c
/************************************************************************************
本程序仅供广大电子爱好者制作MP3学习和参考使用,不得用于其它用途,否则后果自负
LCD.C File
Created by Computer-lov. Date: 2005.3.19
Last
file_system.h
/************************************************************************************
本程序仅供广大电子爱好者制作MP3学习和参考使用,不得用于其它用途,否则后果自负
file_system.h file
Created by Computer-lov. Date: 2005.3.19
keyboard.h
/************************************************************************************
本程序仅供广大电子爱好者制作MP3学习和参考使用,不得用于其它用途,否则后果自负
key_board.h file
Created by Computer-lov. Date: 2005.3.19