File: index.html

package info (click to toggle)
sfront 0.99-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 10,232 kB
  • ctags: 7,117
  • sloc: ansic: 113,695; haskell: 2,230; makefile: 1,242; objc: 677; yacc: 325
file content (212 lines) | stat: -rw-r--r-- 7,588 bytes parent folder | download | duplicates (10)
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/REC-html40/loose.dtd">

<HTML>
<HEAD>
<TITLE>MPEG 4 Structured Audio -- Developer Tools</TITLE>
<META name="keywords" content="John Lazzaro, John Lazaro, Jon Lazzaro,
Jon Lazaro, John Lazarro, Jon Lazarro, John Lazzarro, Jon Lazzarro,
John Lazzarow, John Wawrzynek, MPEG, MPEG 4, MPEG-4, MP4, MPEG-4
Structured Audio, MP4, SA, MP4-SA, MP4/SA, computational audio,
structured audio, MIDI files, audio compression, music synthesis,
computer music, DSP, digital signal processing, audio scripting, audio
signal processing, sound signal processing, digital audio workstation,
digital audio, physical models, WAV, AIFF, audio signal processing,
digital signal processing, reverb, chorus, flange, sampling, hip-hop,
tracker, mod tracker, content creation">
<META name="description" content="MPEG-4 Structured Audio tools and
documentation for content creators and application developers, featuring
the Sfront MP4-to-C translator. Tools for audio scripting, audio signal
processing, digital signal processing, DSP, DSP education.">
</HEAD>

<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="0000EE" ALINK="FF6666"
VLINK="551A8B">
<TABLE BGCOLOR="#CCCCFF" WIDTH="100%" CLASS=navbar>
<TR>
<TD>
<FONT FACE="Verdana, Lucida Sans, Arial, Helvetica, Geneva,
sans-serif"><SMALL><STRONG>mp4-sa</STRONG></SMALL></FONT>
</TD>
</TR>
</TABLE>

<H1>MPEG-4 Structured Audio: Developer Tools</H1>
<H3>By <A HREF="http://www.cs.berkeley.edu/~lazzaro/index.html">
John Lazzaro</A> and <A HREF="http://www.cs.berkeley.edu/~johnw">
John Wawrzynek</A>, <A HREF="http://www.cs.berkeley.edu/">
CS Division</A>, <A HREF="http://www.berkeley.edu/">UC Berkeley.</A></H3>

<TABLE WIDTH="100%" CELLPADDING=12 CELLSPACING=0>
<TR>

<TD WIDTH="45%" VALIGN=top BGCOLOR="#FFCCCC">

<H2><TT>sfront</TT></H2>

<P>
<B>sfront</B> is a translator that converts MP4-SA files into
efficient C programs that generate audio.

<P>
The sfront <A HREF="sfman/index.html">reference manual</A> describes
how to <A HREF="sfman/user/install/index.html">install</A> the
program, and how to use it for <A
HREF="sfman/user/use/index.html">rendering</A>, <A
HREF="sfman/user/rtime/index.html">interactive</A>, and 
<A HREF="sfman/user/rtime/index.html#plug-in">plug-in</A> 
<!-- 
and <A HREF="sfman/user/network/index.html">network</A> 
-->
applications.  It also shows how to add <A
HREF="sfman/devel/cdriver/intro/index.html">control</A> and <A
HREF="sfman/devel/adriver/index.html">audio</A> drivers to sfront.

<P>
Sfront is freely redistributable under the terms of the <A
HREF="copyright/bsd.html">BSD license</A> (without advertising
clause).  The sfront reference manual is freely redistributable under
the terms of the <A HREF="copyright/gfdl.html">GNU Free Documentation
License</A>.

<P>
The webpage you are reading resides on your local hard disk, along
with the sfront reference manual.  <A
HREF="http://www.cs.berkeley.edu/~lazzaro/sa">Visit</A> our website
for the latest Structured Audio news, and to
<A
HREF="sfman/user/install/index.html#download">download</A> the latest
sfront version.


<H2>The MP4-SA Book</H2>

<P>
We wrote an <A HREF="book/index.html">book</A> to show how to create
audio content for MPEG 4 Structured Audio. It resides on your
hard disk, and is freely redistributable under the terms of the <A
HREF="copyright/gfdl.html">GNU Free Documentation
License</A>.

<P>
The book includes a <A HREF="book/tut/index.html">tutorial
introduction</A> and sections on the <A
HREF="book/saol/index.html">SAOL language</A>, SASL and MIDI <A
HREF="book/control/index.html">instrument control</A>, and <A
HREF="book/opcodes/index.html">advanced opcodes</A>.

<P>
Book <A HREF="book/append/index.html">appendices</A> list the core
opcodes (<A HREF="book/append/corea/index.html">alphabetically</A> and
by <A HREF="book/append/coref/index.html">functional type</A>), <A
HREF="book/append/stnames/index.html">standard names</A>, <A
HREF="book/append/wave/index.html">wavetable generators</A>, <A
HREF="book/append/lang/index.html">language elements</A> and <A
HREF="book/append/rules/index.html">language semantic rules</A>.

<H2>Additional Resources</H2>

<P>
<A HREF="http://www.cs.berkeley.edu/~lazzaro/sa/video/index.html">View</A>
our multimedia presentation on Structured Audio, <A
HREF="http://www.cs.berkeley.edu/~lazzaro/sa/pubs/index.html">read</A>
our papers on the topic, and see related work on <A
HREF="http://www.cs.berkeley.edu/~lazzaro/nmp/"> Network Musical
Performance</A>.


</TD>


<TD WIDTH="45%" VALIGN=top BGCOLOR="#CCFFCC">
<H2>What is MPEG-4 Structured Audio?</H2>

<P>
MPEG-4 Structured Audio (MP4-SA) is an ISO/IEC standard (edited by
Eric Scheirer) that specifies sound not as sampled data, but as a
computer program that generates audio when run. Computer scientists
call this approach Kolmogorov encoding.

<P>
MP4-SA combines a powerful language for computing audio (SAOL,
pronounced "sail") and a musical score language (SASL, pronounced
"sassil") with legacy support for the MIDI format. MP4-SA also defines
an efficient encoding of these elements into a binary file
format (MP4-SA) suitable for transmission and storage.

<P>
MP4-SA is different from standards like the MIDI File Format, because it
includes not only the notes to play, but the method for turning
notes into sound. As a result, MP4-SA is normative -- an MP4-SA file
will sound identical when converted by any compliant decoder. 

<P>
If the instrument models use algorithmic synthesis instead of
wavetables, an MP4-SA file can describe realistic musical performances
without using any audio data -- just score data, mixdown cues, and DSP
algorithms. In this case, the MP4-SA file is about the same size as a
MIDI File, but is a lossless encoding of the audio heard at
mixdown. Just like a WAV file -- but 50 to 1000 times smaller!

<H2>An Example</H2>

<P>
This <A HREF="book/simple/index.html">example</A> shows how to create
audio content in MPEG-4 Structured Audio.  It shows a SAOL and a SASL
program that generates a tone burst sound. Audio output for the
example was created using sfront, a translator that converts MP4-SA
files into efficient C programs that generate audio.

</TD>

<TD WIDTH="10%" VALIGN=top BGCOLOR="#FFFFCC">

<P>
<H2><center>Links</center></H2>

<center><A HREF="book/simple/index.html">Introductory Example</A></center><br>

<H3><center>*</center></H3>

<P>
<center><A HREF="sfman/index.html">sfront Reference Manual</A></center><br>

<P>
<H3><center>*</center></H3>

<P>
<H4><center><A HREF="book/index.html">The MP4-SA Book</A></center></H4>

<center><A HREF="book/tut/index.html">Tutorial Introduction</A></center><br>
<center><A HREF="book/saol/index.html">The SAOL Language</A></center><br>
<center><A HREF="book/control/index.html">SASL and MIDI</A></center><br>
<center><A HREF="book/opcodes/index.html">Advanced Opcodes</A></center><br>
<center><A HREF="book/special/index.html">Special Topics</A></center><br>
<center><A HREF="book/append/index.html">Appendices</A></center><br>

<P>
<H3><center>*</center></H3>

<P>
<center><A HREF="http://www.cs.berkeley.edu/~lazzaro/sa/sfman/user/install/index.html#download">Download
most recent sfront</center></A>

</TD>
</TR>
</TABLE>

<BODY BGCOLOR="#FFFFFF">
<TABLE BGCOLOR="#CCCCFF" WIDTH="100%" CLASS=navbar>
<TR>
<TD>
<FONT FACE="Verdana, Lucida Sans, Arial, Helvetica, Geneva,
sans-serif"><SMALL><STRONG>mp4-sa</STRONG></SMALL></FONT>
</TD></TR>
</TABLE>

<P>
<A HREF="copyright/index.html">Copyright 2000 John Lazzaro and John
Wawrzynek.</A> 

</BODY>
</HTML>