1 The sound support for the synthesizer is based on routines of
2 mpeg3play version 0.9.6. That software is based on a mpeg
3 decoder source from Frauenhofer - IIS.
4
5 Therefore, the following copyright notices and disclaimers apply
6 to the sound routines:
7
8 1. From the public mpeg source from Frauenhofer - IIS:
9 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
10 This directory contains the MPEG-1 public source code for the Audio decoder
11 layer 1, 2 and 3 as per printing of CD 11172-5 in April 1994.
12
13 The version number is 4.1.
14
15 As you can read in the source files work on these files is still in
16 progress and they have not officially been released for public distribution.
17 Nevertheless we at Fraunhofer Institute have tested the layer 3 part of
18 the Decoder and believe that it is reasonably bug free.
19 So feel free to evaluate the source code but keep in mind, that no
20 warranties are associated with this software.
21
22 While we believe that this software is reasonably bug free and well behaved,
23 we are in no way responsible if this software does not work the way you
24 would expect it to work. No matter if it locks up your computer, garbles
25 your floppy disks or does any other harmful things to your computer - it
26 is entirely your problem.
27 Fraunhofer - IIS and the authors of this software are not liable for
28 any infringments or damages of third parties' rights in consequence
29 of your use of this software. Fraunhofer - IIS or the authors are in no
30 event liable for, respectively do not warrant the trustworthiness,
31 quality, industrial exploitability, serviceability of this
32 software for the supposed purposeor any other purposes.
33
34 2. From mpeg3play version 0.9.6:
35 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36
37 mpeg3play version 0.9.6
38 April 6, 1997
39
40
41 Home page: The Solaris Helpers Page at
42 http://home1.swipnet.se/%7Ew-10694/helpers.html
43
44 Authors: ISO/MPEG working groups, Fraunhofer Institute and
45 Johan Hagman <Johan.Hagman@mailbox.swipnet.se>
46
47 [...]
48
49 Many thanks to the following people for their suggestions, optimizations
50 and porting efforts
51
52 Tim Newsome <drz@froody.bloke.com> Linux
53 Damien Clermonte <clermond@esiee.fr> HPUX
54 Troels Walsted Hansen <troels@stud.cs.uit.no> Amiga
55 Terje Malmedal <terje.malmedal@usit.uio.no> AIX
56 Dan Nelson <dnelson@emsphone.com> FreeBSD
57 Michael Cheng <mcheng@faraday.dialix.com.au> Amiga
58 Fredrik Hubinette <hubbe@lysator.liu.se> Linux
59
60 [...]
61
62 The original source code for the decoder can be found in the file
63 ftp://ftp.tnt.uni-hannover.de/pub/MPEG/audio/mpeg2/software/
64 technical_report/dist08.tar.gz
65
66 [...]
67
68 ----------------------------------------------------------------------
69
70 Copyright (C) 1996, 1997 by Johan Hagman
71
72 mpeg3play is distributed "as is" at no additional charge. It can
73 be used freely for any purpose, but may not be sold commercially.
74
75 Johan Hagman disclaims all warranties with regard to this software,
76 including all implied warranties of merchantability and fitness.
77 In no event will Johan Hagman be liable for direct, incidental or
78 consequential damages resulting from loss of data or business
79 opportunities, resulting from mpeg3play, or any part of same,
80 either alone or in conjunction with other programs. |