Menu

Tree [342902] master 0.1.1 /
 History

HTTPS access


File Date Author Commit
 LIBMAD 2011-02-15 Roger Quadros Roger Quadros [342902] initial commit from v0.1.1
 AIC.c 2011-02-15 Roger Quadros Roger Quadros [342902] initial commit from v0.1.1
 CF.c 2011-02-15 Roger Quadros Roger Quadros [342902] initial commit from v0.1.1
 CF.h 2011-02-15 Roger Quadros Roger Quadros [342902] initial commit from v0.1.1
 CHANGES.TXT 2011-02-15 Roger Quadros Roger Quadros [342902] initial commit from v0.1.1
 COPYING.TXT 2011-02-15 Roger Quadros Roger Quadros [342902] initial commit from v0.1.1
 COPYRIGHT.TXT 2011-02-15 Roger Quadros Roger Quadros [342902] initial commit from v0.1.1
 FAT32.c 2011-02-15 Roger Quadros Roger Quadros [342902] initial commit from v0.1.1
 FAT32.h 2011-02-15 Roger Quadros Roger Quadros [342902] initial commit from v0.1.1
 IO.asm 2011-02-15 Roger Quadros Roger Quadros [342902] initial commit from v0.1.1
 IO.h 2011-02-15 Roger Quadros Roger Quadros [342902] initial commit from v0.1.1
 MAD.H 2011-02-15 Roger Quadros Roger Quadros [342902] initial commit from v0.1.1
 README.TXT 2011-02-15 Roger Quadros Roger Quadros [342902] initial commit from v0.1.1
 aic.h 2011-02-15 Roger Quadros Roger Quadros [342902] initial commit from v0.1.1
 dspdap_usb_device.c 2011-02-15 Roger Quadros Roger Quadros [342902] initial commit from v0.1.1
 file.c 2011-02-15 Roger Quadros Roger Quadros [342902] initial commit from v0.1.1
 file.h 2011-02-15 Roger Quadros Roger Quadros [342902] initial commit from v0.1.1
 main.c 2011-02-15 Roger Quadros Roger Quadros [342902] initial commit from v0.1.1
 make_player_bin.cmd 2011-02-15 Roger Quadros Roger Quadros [342902] initial commit from v0.1.1
 mass_storage.c 2011-02-15 Roger Quadros Roger Quadros [342902] initial commit from v0.1.1
 mass_storage.h 2011-02-15 Roger Quadros Roger Quadros [342902] initial commit from v0.1.1
 player.c 2011-02-15 Roger Quadros Roger Quadros [342902] initial commit from v0.1.1
 player.cdb 2011-02-15 Roger Quadros Roger Quadros [342902] initial commit from v0.1.1
 player.cmd 2011-02-15 Roger Quadros Roger Quadros [342902] initial commit from v0.1.1
 player.h 2011-02-15 Roger Quadros Roger Quadros [342902] initial commit from v0.1.1
 player.pjt 2011-02-15 Roger Quadros Roger Quadros [342902] initial commit from v0.1.1
 synth_full.c 2011-02-15 Roger Quadros Roger Quadros [342902] initial commit from v0.1.1
 system_io.h 2011-02-15 Roger Quadros Roger Quadros [342902] initial commit from v0.1.1
 types.h 2011-02-15 Roger Quadros Roger Quadros [342902] initial commit from v0.1.1
 usb_debug.c 2011-02-15 Roger Quadros Roger Quadros [342902] initial commit from v0.1.1
 usb_debug.h 2011-02-15 Roger Quadros Roger Quadros [342902] initial commit from v0.1.1
 usb_task.c 2011-02-15 Roger Quadros Roger Quadros [342902] initial commit from v0.1.1
 usb_task.h 2011-02-15 Roger Quadros Roger Quadros [342902] initial commit from v0.1.1

Read Me


 DSPdap-player - DSP based Digital Audio Player
 Copyright (C) 2005 Roger Quadros <rogerquads@yahoo.com>

 $Id: README.TXT,v 1.3 2007/06/06 12:19:34 Roger Exp $

=============================================================================

INTRODUCTION

 DSPdap-player is the main firmware for the DSPdap player project. 
 This firmware is responsible for operating the DSPdap hardware as a stand-alone
 MP3 player or as a USB pen drive.

 The player uses the high quality MAD decoder library to acheive MP3 decoding.
 The original MAD library has been modified and ported to the c55x DSP to suit its
 architecture and resources.

 Get the most recent version of DSPdap at http://sourceforge.net/projects/dspdap


===============================================================================
FILES

 This release contains the following files

./README.TXT			Project overview
./CHANGES.TXT			Change Log
./COPYRIGHT.TXT			Copyright information
./LICENSE.TXT			Licensing information (GPL)

./player.pjt			Code Composer Studio Project file
./make_player_bin.cmd		Batch file for creating the binary image of the firmware

./*.c, *.h, *.asm		Source files

./LIBMAD/			The MAD decoder library ported for the c55x DSP

===============================================================================
BUILDING

 You will need Code Composer Studio v2.0 or later to build this firmware

 You will also need the ddk-usb package. Download ddk-usb package from 
http://sourceforge.net/projects/dspdap and extract it one level above the
directory of this README file. The directory tree should be as follows.

	./ddk-usb
	./dspdap-player
	
 After you have installed the ddk-usb package, open the player.pjt file in
Code Composer Studio and build it. This should generate the player.out output 
file in the debug directory.

 Run the make_player_bin.cmd batch file. This will generate dspdap-player.bin.
Program the DSPdap player using this firmware.


===============================================================================
USING

 Please refer to the programming procedure documentation at http://dspdap.sourceforge.net
 to know how to use this firmware.


===============================================================================

COPYRIGHT

 Please read the `COPYRIGHT.TXT' file for copyright and warranty information.
 Also, the file `LICENSE.TXT' contains the full text of the GNU GPL.

 The COPYRIGHT and LICENSING information for the LIBMAD library is in the LIBMAD
 directory.

 For general inquiries, post at the general discussion forum at

	http://sourceforge.net/forum/?group_id=196745

 For feature requests, bug reports and patches, submit a new request on the 
 project's tracker page

	http://sourceforge.net/tracker/?group_id=196745

 http://dspdap.sourceforge.net

===============================================================================

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.