From nobody@digitalkingdom.org Sun Mar 07 08:07:24 2010 Received: with ECARTIS (v1.0.0; list lojban-list); Sun, 07 Mar 2010 08:07:25 -0800 (PST) Received: from nobody by chain.digitalkingdom.org with local (Exim 4.71) (envelope-from ) id 1NoJ0l-00018w-50 for lojban-list-real@lojban.org; Sun, 07 Mar 2010 08:07:24 -0800 Received: from mail-wy0-f181.google.com ([74.125.82.181]) by chain.digitalkingdom.org with esmtp (Exim 4.71) (envelope-from ) id 1NoJ0e-000180-Oi for lojban-list@lojban.org; Sun, 07 Mar 2010 08:07:22 -0800 Received: by wyb39 with SMTP id 39so3070521wyb.40 for ; Sun, 07 Mar 2010 08:07:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=Y5+vf8MZPcFm8lRUWPrucIABlJQRPEu7yrndBt5hT9k=; b=bNNIxr4zmDKQn3451gtsHXYsakIAuFkYY3yDAJ6ly1pRVooOV6ad3lfF4H0JtzH4Dw qGlZ4EIBCv1T+az1Vqtyq6WbcD/enPEDwT3kogom5lxiLagMfuaeobvtL485WUIptLUC 2f/57t56qQgazEbmEfT/LIyf4gwtEZKzCNEGI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=tjyNsHini+Eu+QmDuwlDt5LsuOrMH/1GWUsuYatqeyazWUN8jYymw0LU+iZ+xZ7/y9 9dAqnQ/O9nkI+kssgjQ87VPmTaLNBokQu4dBPZSSIt+dGVW4+IfgH6J+0hm6JItRgwCF FojqiPCErQ+V/gvjyZ8eiJK7XGswYlvG+6PF4= MIME-Version: 1.0 Received: by 10.216.162.204 with SMTP id y54mr11902wek.224.1267978029105; Sun, 07 Mar 2010 08:07:09 -0800 (PST) In-Reply-To: <4B93CDF0.2060504@perpetuum-immobile.de> References: <20100307.005234.11213.1@webmail02.dca.untd.com> <4B93AFC3.5060103@perpetuum-immobile.de> <702226df1003070652x78ae9ce0u5e6d59e806b94ef7@mail.gmail.com> <4B93C4BD.6090301@perpetuum-immobile.de> <702226df1003070741l196df7e5jf747386cf6edd425@mail.gmail.com> <4B93CDF0.2060504@perpetuum-immobile.de> Date: Sun, 7 Mar 2010 09:07:09 -0700 Message-ID: <702226df1003070807p7145378bs95ae86e43b36377c@mail.gmail.com> Subject: [lojban] Re: uploaded them - may need redoing/recoding (was: missing audio files) From: Jonathan Jones To: lojban-list@lojban.org Content-Type: multipart/alternative; boundary=0016367d6d920200e0048138240b X-archive-position: 17112 X-ecartis-version: Ecartis v1.0.0 Sender: lojban-list-bounce@lojban.org Errors-to: lojban-list-bounce@lojban.org X-original-sender: eyeonus@gmail.com Precedence: bulk Reply-to: lojban-list@lojban.org X-list: lojban-list --0016367d6d920200e0048138240b Content-Type: text/plain; charset=ISO-8859-1 This is the bash line Dag used to generate the other audio: cat gismu_places | while read v; do echo $v; espeak -vjbo --stdout "$v" | lame -S - "valsi/$v.mp3"; done On Sun, Mar 7, 2010 at 9:01 AM, Timo Paulssen < timonator@perpetuum-immobile.de> wrote: > Jonathan Jones wrote: > > Alright, so if we can get someone to upload the audio for those 7 gismu > > sumti, we'll have the complete set. (And then I can download them, delete > > the cmavo, and combine them all into one archive.) > > Another job easily done with one line of script :D > > read lines you paste into the terminal and speak&encode and save to the > appropriately named file: > > while read WORDS; do echo $WORDS | espeak -v jbo -w /dev/stdout | lame\ > --preset phon+ - "$WORDS".mp3; done > lo se rutni > lo te dzena > lo te lanme > lo te mensi > lo te solri > lo te stagi > lo te tamji > > http://www.wakelift.de/lojban/missing_espeak_valsi.zip > > unfortunately the format differs from the original files, but i couldn't > immediately figure out what preset would fit and i feared i might lose > patience > fiddling with parameters, so whoever wants to tell me, go ahead, or use the > line > up there to do it automatically. > > lo se rutni.mp3: MPEG ADTS, layer III, v2, 64 kbps, 16 kHz, Monaural > ../lo zvati.mp3: MPEG ADTS, layer III, v2, 32 kbps, 22.05 kHz, Monaural > > mu'o mi'e timos > > -- mu'o mi'e .aionys. .i.a'o.e'e ko klama le bende pe denpa bu --0016367d6d920200e0048138240b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable This is the bash line Dag used to generate the other audio:

<= div>cat gismu_places | while r= ead v; do echo $v; espeak -vjbo --stdout=A0"$v" | lame -S - "= ;valsi/$v.mp3"; done

On Sun, Mar 7, 2010 at 9:01 AM, Timo Pa= ulssen <timonator@perpetuum-immobile.de> wrote:
Jonathan Jones wrote:
> Alright, so if we can get someone to upload the audio for those 7 gism= u
> sumti, we'll have the complete set. (And then I can download them,= delete
> the cmavo, and combine them all into one archive.)

Another job easily done with one line of script :D

read lines you paste into the terminal and speak&encode and save to the=
appropriately named file:

=A0while read WORDS; do echo $WORDS | espeak -v jbo -w /dev/stdout | lame\=
--preset phon+ - "$WORDS".mp3; done
lo se rutni
lo te dzena
lo te lanme
lo te mensi
lo te solri
lo te stagi
lo te tamji

http://www.wakelift.de/lojban/missing_espeak_valsi.zip

unfortunately the format differs from the original files, but i couldn'= t
immediately figure out what preset would fit and i feared i might lose pati= ence
fiddling with parameters, so whoever wants to tell me, go ahead, or use the= line
up there to do it automatically.

lo se rutni.mp3: MPEG ADTS, layer III, v2, =A064 kbps, 16 kHz, Monaural
../lo zvati.mp3: MPEG ADTS, layer III, v2, =A032 kbps, 22.05 kHz, Monaural<= br>
mu'o mi'e timos




--
mu'o mi'e .aion= ys.

.i.a'o.e'e ko klama le bende pe denpa bu

--0016367d6d920200e0048138240b-- To unsubscribe from this list, send mail to lojban-list-request@lojban.org with the subject unsubscribe, or go to http://www.lojban.org/lsg2/, or if you're really stuck, send mail to secretary@lojban.org for help.