Embedding in a proram

This section is now closed.
Forum rules
Audacity 1.2.x is now obsolete. Please use the current Audacity 2.1.x version.

The final version of Audacity for Windows 98/ME is the legacy 2.0.0 version.
Locked
TheNewGuy
Posts: 1
Joined: Thu Jan 06, 2011 9:27 pm
Operating System: Please select

Embedding in a proram

Post by TheNewGuy » Thu Jan 06, 2011 9:32 pm

I am writing a java program that is taking an audio file such as a .wav and running speech recognition software on the file to determine if the correct person is speaking. My question is can I somehow embed this software to run alongside or in my java application. I can't just have it sitting in the background I need it to be live and when requested. any ideas??

Thanks in advance!

kozikowski
Forum Staff
Posts: 69384
Joined: Thu Aug 02, 2007 5:57 pm
Operating System: macOS 10.13 High Sierra

Re: Embedding in a proram

Post by kozikowski » Thu Jan 06, 2011 9:37 pm

Audacity, and you should be using Audacity 1.3.12, not 1.2, is not a good program to work with remote handles. It's a very simple program and likes running on very simple computers. That and traditionally, Audacity doesn't do anything in real time except record and play. So no processing or other filters and effects.

What did you want it to do?

Koz

steve
Site Admin
Posts: 81653
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Embedding in a proram

Post by steve » Fri Jan 07, 2011 1:45 am

Where and why does Audacity come into this?
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Locked