Skip to content

Commit

Permalink
Updated whatsnew for 6.14
Browse files Browse the repository at this point in the history
  • Loading branch information
fggp committed Jan 24, 2020
1 parent e936e1d commit baedabe
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion preface/whatsnew.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,27 @@
It may be replaced by the current work in libsndfile to deal
with MPEG files.
</simpara>
<simpara>
Simple example:
<programlisting>
<emphasis role="nt">&lt;CsoundSynthesizer</emphasis>
<emphasis role="nt">&lt;CsInstruments</emphasis>
<emphasis role="vg">ksmps</emphasis> <emphasis role="o">=</emphasis> <emphasis role="mi">1000</emphasis>
<emphasis role="kd">instr</emphasis> <emphasis role="nf">1</emphasis>
aa <emphasis role="nb">diskin</emphasis> "fox.wav", 1
<emphasis role="nb">mp3out</emphasis> aa, aa, "test.mp3"
<emphasis role="kd">endin</emphasis>
<emphasis role="nt">&lt;/CsInstruments></emphasis>
<emphasis role="nt">&lt;CsScore</emphasis>
<emphasis role="nb">i</emphasis><emphasis role="mi">1</emphasis> <emphasis role="mi">0</emphasis> <emphasis role="mi">3</emphasis>
<emphasis role="nb">e</emphasis>
<emphasis role="nt">&lt;/CsScore</emphasis>
<emphasis role="nt">&lt;/CsoundSynthesizer</emphasis>
</programlisting>
The syntax is "mp3out aleft, aright, Sfilename" with three optional arguments
"mode" (0=stereo, 1=Jointstereo (default), 3=Mono), "bitrate" defaulting to 256,
and "quality" (in range 1 to 7) defaulting to 2 (high quality).
</simpara>
</listitem>
<listitem>
<simpara>
Expand Down Expand Up @@ -252,7 +273,7 @@
<simpara>
outvalue attempted to use a k-rate value which could be invalid
at the time. This is mainly a small performance problem, and
it's now eliminated.
it is now eliminated.
</simpara>
</listitem>
<listitem>
Expand Down

0 comments on commit baedabe

Please sign in to comment.