freelanceprogrammers.org Forum Index » Java

Sound Files


View user's profile Post To page top
dale_erwin Posted: Fri Apr 16, 2004 3:43 am


Joined: 11 Apr 2004

Posts: 11
Sound Files
Hey guys, how about a little brainstorming?

I have developed an application in Java which is a tool to help
with the study of the Italian language. It simulates flash cards,
but it also gives a complete conjugation of all verbs in its
vocabulary. You can also supply a search key of: verb, noun, or
adjective and whichever one you supply that will be the only part
of speech returned by the program.

Unfortunately for most people on this list, the base language is
Spanish. But that shouldn`t hinder a technical discussion. Two
radio buttons determine whether the Italian side of the card or
the Spanish side of the card is displayed first.

I am toying with the idea of adding a function to the program
to click on a button which will cause an audio file to be played
demonstrating the pronunciation of the currently displayed word.

Surely this is possible, right?

Wouldn`t .mp3 format be the best?
--
Dale Erwin
Salamanca 116
Pueblo Libre
Lima 21 PERU
Tel. +51(1)461-3084
Cel. +51(1)9743-6439
DALE ERWIN`S OPERA FILES - http://www.geocities.com/dale_erwin
Reply with quote
Send private message
View user's profile Post To page top
jreidthompson Posted: Fri Apr 16, 2004 6:44 am


Joined: 15 Feb 2002

Posts: 6
Sound Files
use ogg vorbis -- mp3 is proprietaty and requires a license/fees.

Ogg Vorbis is a patent-clear, fully open general purpose audio encoding
format standard that rivals or surpasses the `upcoming` generation of
proprietary coders (AAC and TwinVQ, also known as VQF).

libvorbis, a BSD-licensed source implementation of Vorbis as a library
is available; See the Ogg Vorbis page <http://www.xiph.org/ogg/vorbis/>
(http://www.xiph.org/ogg/vorbis/)for documentation, downloads and
distribution terms.

Further, many players support Ogg Vorbis; see vorbis.com
<http://www.vorbis.com/> for a list of all the players we know about.


http://www.vorbis.com/
Ogg Vorbis is a completely open, patent-free, professional audio
encoding and streaming technology with all the benefits of Open Source.

http://www.vorbis.com/download_win_1.0.1.psp download encoder

Dale Erwin wrote:

> Hey guys, how about a little brainstorming?
>
> I have developed an application in Java which is a tool to help
> with the study of the Italian language. It simulates flash cards,
> but it also gives a complete conjugation of all verbs in its
> vocabulary. You can also supply a search key of: verb, noun, or
> adjective and whichever one you supply that will be the only part
> of speech returned by the program.
>
> Unfortunately for most people on this list, the base language is
> Spanish. But that shouldn`t hinder a technical discussion. Two
> radio buttons determine whether the Italian side of the card or
> the Spanish side of the card is displayed first.
>
> I am toying with the idea of adding a function to the program
> to click on a button which will cause an audio file to be played
> demonstrating the pronunciation of the currently displayed word.
>
> Surely this is possible, right?
>
> Wouldn`t .mp3 format be the best?
> --
> Dale Erwin
> Salamanca 116
> Pueblo Libre
> Lima 21 PERU
> Tel. +51(1)461-3084
> Cel. +51(1)9743-6439
> DALE ERWIN`S OPERA FILES - http://www.geocities.com/dale_erwin
>
>
> ------------------------------------------------------------------------
> *Yahoo! Groups Links*
>
> * To visit your group on the web, go to:
> http://groups.yahoo.com/group/beginnersclub/
>
> * To unsubscribe from this group, send an email to:
> beginnersclub-unsubscribe@yahoogroups.com
> <mailto:beginnersclub-unsubscribe@yahoogroups.com?subject=Unsubscribe>
>
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/>.
>
>
Reply with quote
Send private message
View user's profile Post To page top
nitrusrit Posted: Fri Apr 16, 2004 4:40 pm


Joined: 10 Apr 2004

Posts: 19
Sound Files
Thank you Mr. Ogg Vorbis Salesman. Actually, I was going to recommend Ogg
Vorbis, but without copy/pasting lines from a brochure.... :)

The problem I see is that you recommend libs for Ogg Vorbis which have nothing
to do with Java coding, they`re for C programs. Can you point us to a Java Ogg
Vorbis jar or some kind of Java code?

Dustin

Reid Thompson <jreidthompson@...> wrote:
use ogg vorbis -- mp3 is proprietaty and requires a license/fees.

Ogg Vorbis is a patent-clear, fully open general purpose audio encoding
format standard that rivals or surpasses the `upcoming` generation of
proprietary coders (AAC and TwinVQ, also known as VQF).

libvorbis, a BSD-licensed source implementation of Vorbis as a library
is available; See the Ogg Vorbis page <http://www.xiph.org/ogg/vorbis/>
(http://www.xiph.org/ogg/vorbis/)for documentation, downloads and
distribution terms.

Further, many players support Ogg Vorbis; see vorbis.com
<http://www.vorbis.com/> for a list of all the players we know about.


http://www.vorbis.com/
Ogg Vorbis is a completely open, patent-free, professional audio
encoding and streaming technology with all the benefits of Open Source.

http://www.vorbis.com/download_win_1.0.1.psp download encoder

Dale Erwin wrote:

> Hey guys, how about a little brainstorming?
>
> I have developed an application in Java which is a tool to help
> with the study of the Italian language. It simulates flash cards,
> but it also gives a complete conjugation of all verbs in its
> vocabulary. You can also supply a search key of: verb, noun, or
> adjective and whichever one you supply that will be the only part
> of speech returned by the program.
>
> Unfortunately for most people on this list, the base language is
> Spanish. But that shouldn`t hinder a technical discussion. Two
> radio buttons determine whether the Italian side of the card or
> the Spanish side of the card is displayed first.
>
> I am toying with the idea of adding a function to the program
> to click on a button which will cause an audio file to be played
> demonstrating the pronunciation of the currently displayed word.
>
> Surely this is possible, right?
>
> Wouldn`t .mp3 format be the best?
> --
> Dale Erwin
> Salamanca 116
> Pueblo Libre
> Lima 21 PERU
> Tel. +51(1)461-3084
> Cel. +51(1)9743-6439
> DALE ERWIN`S OPERA FILES - http://www.geocities.com/dale_erwin
>
>

---------------------------------
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th

[Non-text portions of this message have been removed]
Reply with quote
Send private message
View user's profile Post To page top
hazins Posted: Fri Apr 16, 2004 4:49 pm


Joined: 16 Apr 2004

Posts: 15
Sound Files
yep ... look into something called JMF (Java Media Framework) ... Go to
www.javaworld.com and search for jmf

Hope that helps,
- Kalman

>>> daleerwin@... 4/15/2004 6:43:24 PM >>>
Hey guys, how about a little brainstorming?

I have developed an application in Java which is a tool to help
with the study of the Italian language. It simulates flash cards,
but it also gives a complete conjugation of all verbs in its
vocabulary. You can also supply a search key of: verb, noun, or
adjective and whichever one you supply that will be the only part
of speech returned by the program.

Unfortunately for most people on this list, the base language is
Spanish. But that shouldn`t hinder a technical discussion. Two
radio buttons determine whether the Italian side of the card or
the Spanish side of the card is displayed first.

I am toying with the idea of adding a function to the program
to click on a button which will cause an audio file to be played
demonstrating the pronunciation of the currently displayed word.

Surely this is possible, right?

Wouldn`t .mp3 format be the best?
--
Dale Erwin
Salamanca 116
Pueblo Libre
Lima 21 PERU
Tel. +51(1)461-3084
Cel. +51(1)9743-6439
DALE ERWIN`S OPERA FILES - http://www.geocities.com/dale_erwin



------------------------ Yahoo! Groups Sponsor


Yahoo! Groups Links
Reply with quote
Send private message
View user's profile Post To page top
Paul8032 Posted: Fri Apr 16, 2004 6:53 pm


Joined: 16 Apr 2004

Posts: 1
Sound Files
--- In beginnersclub@yahoogroups.com, Dustin Metzgar
<dustin_metzgar@y...> wrote:
> Thank you Mr. Ogg Vorbis Salesman. Actually, I was going to
recommend Ogg Vorbis, but without copy/pasting lines from a
brochure.... :)
>
> The problem I see is that you recommend libs for Ogg Vorbis which
have nothing to do with Java coding, they`re for C programs. Can you
point us to a Java Ogg Vorbis jar or some kind of Java code?
>
> Dustin


PMFI, but I have found J-Ogg at http://www.j-ogg.de/

The brochure says ( :-P)

"J-Ogg is a collection of Java libraries for reading Ogg files and
decoding different contained formats. At the moment the support for
Vorbis and FLAC is almost complete (the library decodes all files
created by the current versions of libvorbis and libflac
correctly) ...<snip>"

.... I don`t know how useful it is. I also came across

VorbisSPI at http://www.javazoom.net/vorbisspi/vorbisspi.html

Both appear to be open source or at least LGPL.

Hope this helps,

Paul
Wakefield UK
Reply with quote
Send private message
View user's profile Post To page top
jreidthompson Posted: Sat Apr 17, 2004 5:58 am


Joined: 15 Feb 2002

Posts: 6
Sound Files
no salesman. I`ve not had cause to utilize ogg vorbis either, I am just
aware of it and what it`s intent is. And cutting and pasting from the
sites is much faster than typing it all out. I didn`t post java sites
cause I didn`t look for them --- figured that the information supplied
would be enough to point anyone interested in the right direction (
also, since the encoding would occur prior to application delivery, i
didn`t think it would matter if the encoder was not java ) anyways...

http://www.jcraft.com/jorbis/
http://www.javazoom.net/jlgui/sources.html

google could probably come up with a few more.



Dustin Metzgar wrote:

> Thank you Mr. Ogg Vorbis Salesman. Actually, I was going to recommend
> Ogg Vorbis, but without copy/pasting lines from a brochure.... :)
>
> The problem I see is that you recommend libs for Ogg Vorbis which have
> nothing to do with Java coding, they`re for C programs. Can you point
> us to a Java Ogg Vorbis jar or some kind of Java code?
>
> Dustin
>
> Reid Thompson <jreidthompson@...> wrote:
> use ogg vorbis -- mp3 is proprietaty and requires a license/fees.
>
> Ogg Vorbis is a patent-clear, fully open general purpose audio encoding
> format standard that rivals or surpasses the `upcoming` generation of
> proprietary coders (AAC and TwinVQ, also known as VQF).
>
> libvorbis, a BSD-licensed source implementation of Vorbis as a library
> is available; See the Ogg Vorbis page <http://www.xiph.org/ogg/vorbis/>
> (http://www.xiph.org/ogg/vorbis/)for
> <http://www.xiph.org/ogg/vorbis/%29for> documentation, downloads and
> distribution terms.
>
> Further, many players support Ogg Vorbis; see vorbis.com
> <http://www.vorbis.com/> for a list of all the players we know about.
>
>
> http://www.vorbis.com/
> Ogg Vorbis is a completely open, patent-free, professional audio
> encoding and streaming technology with all the benefits of Open Source.
>
> http://www.vorbis.com/download_win_1.0.1.psp download encoder
>
> Dale Erwin wrote:
>
> > Hey guys, how about a little brainstorming?
> >
> > I have developed an application in Java which is a tool to help
> > with the study of the Italian language. It simulates flash cards,
> > but it also gives a complete conjugation of all verbs in its
> > vocabulary. You can also supply a search key of: verb, noun, or
> > adjective and whichever one you supply that will be the only part
> > of speech returned by the program.
> >
> > Unfortunately for most people on this list, the base language is
> > Spanish. But that shouldn`t hinder a technical discussion. Two
> > radio buttons determine whether the Italian side of the card or
> > the Spanish side of the card is displayed first.
> >
> > I am toying with the idea of adding a function to the program
> > to click on a button which will cause an audio file to be played
> > demonstrating the pronunciation of the currently displayed word.
> >
> > Surely this is possible, right?
> >
> > Wouldn`t .mp3 format be the best?
> > --
> > Dale Erwin
> > Salamanca 116
> > Pueblo Libre
> > Lima 21 PERU
> > Tel. +51(1)461-3084
> > Cel. +51(1)9743-6439
> > DALE ERWIN`S OPERA FILES - http://www.geocities.com/dale_erwin
> >
> >
>
> ---------------------------------
> Do you Yahoo!?
> Yahoo! Tax Center - File online by April 15th
>
> [Non-text portions of this message have been removed]
>
>
> ------------------------------------------------------------------------
> *Yahoo! Groups Links*
>
> * To visit your group on the web, go to:
> http://groups.yahoo.com/group/beginnersclub/
>
> * To unsubscribe from this group, send an email to:
> beginnersclub-unsubscribe@yahoogroups.com
> <mailto:beginnersclub-unsubscribe@yahoogroups.com?subject=Unsubscribe>
>
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/>.
>
>
Reply with quote
Send private message
Post new topic Reply to topic
Display posts from previous:   
 

All times are GMT
Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Freelace Website Designer - Customer web design and software building.
China Wholesale - Electronics Products
Character Studio - Tutorials and Help