Ant was installed in yast2 but will not run since build.xml was never created. How can this be fixed?
I would like to run AudioTool.
Ant was installed in yast2 but will not run since build.xml was never created. How can this be fixed?
I would like to run AudioTool.
itphoenix wrote:
>
> Ant was installed in yast2 but will not run since build.xml was never
> created. How can this be fixed?
>
> I would like to run AudioTool.
>
build.xml is not a part of ant. ant is a build environment mainly used for
java software, similar to what is make for c/c++ development.
The build.xml is the equivalent of a Makefile which has to be provided by
the software package you want to build.
–
PC: oS 11.3 64 bit | Intel Core2 Quad Q8300@2.50GHz | KDE 4.6.1 | GeForce
9600 GT | 4GB Ram
Eee PC 1201n: oS 11.4 64 bit | Intel Atom 330@1.60GHz | KDE 4.6.0 | nVidia
ION | 3GB Ram
I see. The original problem is to get pocketsphinx to use krecord as the mixer by default. So whether doing that or running Java’s AudioTool, a compilation of the program is necessary. Is that correct?
There is a switch option that can be used at startup that supposedly selects the device to be used. But I have no idea how to specify the option part of the switch.
Thank you for your answer and any pointers here would be appreciated.
itphoenix wrote:
>
> I see. The original problem is to get pocketsphinx to use krecord as
> the mixer by default. So whether doing that or running Java’s
> AudioTool, a compilation of the program is necessary. Is that correct?
>
I do not know the program, I think it is better if you create a new thread
with an appropriate title which mentions the original problem and what you
want to do with pocketsphinx. This will help to get attention from the
multimedia guru’s, do it in the multimedia subforum.
They will probably not look into a thread where the title points to a
general programming problem.
–
PC: oS 11.3 64 bit | Intel Core2 Quad Q8300@2.50GHz | KDE 4.6.1 | GeForce
9600 GT | 4GB Ram
Eee PC 1201n: oS 11.4 64 bit | Intel Atom 330@1.60GHz | KDE 4.6.0 | nVidia
ION | 3GB Ram
Besides Martin’s suggestion to re-post in the Multimedia forum,
I might add that your assumption that re-compilation is required probably isn’t likely (yet).
As Martin described, Ant is simply a compilation tool, but to use it you’ll need source code that is known to be built using Ant (and would then automatically include the missing XML file).
So,
eg
foobar --help
If a Man page is available then it can be invoked by
man foobar
HTH,
Tony
Thanks everybody. The instuctions provided by CMUSphinx are not newbie-friendly. I went further into Java code and was stymied. In any event, it has been found that the ALSA driver combined with pavucontrol is not going to work. I turned the input level up on the mic a little and the application perceived speech. Moreover, I still had to talk right into the mic for the app to detect my voice as before.
I am pursuing the oss driver which does not have a turn-key install yet for openSUSE but it is close. I may eventually have to purchase an up-to-date Creative card which could be used on W7 if it does not work here. The older Creative cards do not have “What you hear” for W7 so there is no recording from the system, only the mic or another input.
The nVidia video rpm worked good, but I expect much difficulty with sound here. I found Terminal Emulator useful as I can operate as super user. The oss driver will not go in properly otherwise, and any errors are easily copied to a txt file.
Again, I appreciate all the pointers.