Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/telent/minipod
A special-purpose audio player for the FriendlyARM Mini2440 system
https://github.com/telent/minipod
Last synced: 13 days ago
JSON representation
A special-purpose audio player for the FriendlyARM Mini2440 system
- Host: GitHub
- URL: https://github.com/telent/minipod
- Owner: telent
- License: gpl-2.0
- Created: 2010-02-19T13:01:22.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-03-01T22:38:08.000Z (over 14 years ago)
- Last Synced: 2024-10-12T00:29:55.692Z (about 1 month ago)
- Language: C
- Homepage: http://telent.posterous.com
- Size: 435 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
A special-purpose audio player for the FriendlyARM Mini2440 system.
For details, see http://telent.posterous.com/* Copyright
This project is based on mashing code together from multiple sources
including- ts_test (tslib example program)
- and rockbox (the ASF reader WMA decoder)
- and the madplay example program.Therefore
Some parts Copyright (C) 2001 Russell King.
Other parts Copyright (C) 2000-2004 Underbit Technologies, Inc.
Yet other parts (C) whoever holds the copyrights in Rockbox
(multiple entities; check the sources in libwma/ and wma.c)Anything not covered in the above is Copyright (C) 2010 Daniel Barlow
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2, or (at your option)
any later version. Please see the file COPYING in this directory for
the complete text of the GNU General Public License