-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
66 lines (43 loc) · 1.96 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
RetroCode SDK
Copyright (C) 2004-2005 Retro Ringtones LLC,
Copyright (C) 2006-2008 MMSGURU
----------------------------------------------------------------------
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 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
Please note that the use of this software may require the payment of
patent royalties. You need to consider this issue before you start
building derivative works. We are not warranting or indemnifying you
in any way for patent royalities! YOU ARE SOLELY RESPONSIBLE FOR YOUR
OWN ACTIONS!
Documentation
----------------------------------------------------------------------
Read the documentation in the code/Documentation and the
fid/Documentation directory.
Directory Structure
----------------------------------------------------------------------
retrosdk - top level directory.
code - RetroCode commandline executable.
Documentation -
Installer -
Tests -
fid - RetroFID commandline executable.
include - generally used include files.
retroBase - generally used library.
retroApple - AIFF de/encoder library.
retroBeatnik - RMF de/encoder library.
retroG711 - uLaw and aLaw de/encoder library.
retroMpeg - AAC, 3GP, MP4, MP3, AMR, OGG, RA, SWF de/encoder
library.
retroPanasonic - MFM and VOX de/encoder library.
retroQualcomm - CMX and QCELP de/encoder library.
retroWave - WAV and AVI de/encoder library.
retroYamaha - SMAF de/encoder library.
Till Toenshoff