Stereo Tool
https://forums.stereotool.com/

Command line version for Linux!
https://forums.stereotool.com/viewtopic.php?t=2689
Page 2 of 3

Author:  darkbyte [ Wed Oct 20, 2010 12:49 pm ]
Post subject:  Re: Command line version for Linux!

Okay, i think i've found out whats the problem:
Code:
darkbyte@lenovo:~/Letöltések$ export LD_LIBRARY_PATH=/usr/lib32/; ./stereo_tool_gui_BETA30 
./stereo_tool_gui_BETA30: error while loading shared libraries: libwx_gtk2u_richtext-2.8.so.0: cannot open shared object file: No such file or directory
darkbyte@lenovo:~/Letöltések$ export LD_LIBRARY_PATH=/usr/lib64/; ./stereo_tool_gui_BETA30 
./stereo_tool_gui_BETA30: error while loading shared libraries: libwx_gtk2u_richtext-2.8.so.0: wrong ELF class: ELFCLASS64
Because i'm running a 64bit OS i don't have the x86 verisons of the libwx libraries. If i force it to use the x64 libs i get an error because your executable is linked for x86 architecture.

I think there are two options:
- Compile an x64 version of Stereo Tool
- Find a way to install the 32bit libs on my system (i'll give it a go)

Mod: okay i've managed to get the missing libraries. I had to install getlibs: http://ubuntuforums.org/showthread.php?t=474790 then i executed
Code:
sudo getlibs stereo_tool_gui_BETA30
which downloaded the missing libs.

Now i get the segmentation fault as you do. :roll:

Author:  hvz [ Tue Nov 16, 2010 4:42 am ]
Post subject:  Re: Command line version for Linux!

Here are the Linux versions for the latest BETA - and this time the GUI version should work without segmentation fault!

Linux command line version: http://www.stereotool.com/download/ster ... BETA510-47
Linux GUI version: http://www.stereotool.com/download/ster ... BETA510-47

Author:  darkbyte [ Sun Dec 19, 2010 12:39 pm ]
Post subject:  Re: Command line version for Linux!

Quote:
Here are the Linux versions for the latest BETA - and this time the GUI version should work without segmentation fault!

Linux command line version: http://www.stereotool.com/download/ster ... BETA510-47
Linux GUI version: http://www.stereotool.com/download/ster ... BETA510-47
Yes, it works like a charm! :o Thank you for your effort!

Image

I'm using lame for decoding an mp3, piping it to Stereo Tool then play it with aplay :)

Author:  hvz [ Sun Dec 19, 2010 1:07 pm ]
Post subject:  Re: Command line version for Linux!

Great! As you may have seen it's already released.

Author:  tarasian666 [ Tue Mar 01, 2011 6:50 pm ]
Post subject:  Re: Command line version for Linux!

Can i use it with jack ?
Not work with /dev/audio (/dev/dsp)

Author:  hvz [ Fri Mar 04, 2011 2:08 am ]
Post subject:  Re: Command line version for Linux!

Not directly. I haven't implemented any Linux audio interfaces yet, Stereo Tool currently only processes stdin and sends it to stdout...

I think the following should work:
- Create a command line with a reader and player application
- Then connect Jack to those applications

So something like this:
arecord | stereo_tool | aplay

Or, if you just want to send audio to /dev/audio, just use aplay without Jack.

See the help text (stereo_tool -h) for some more examples.

Author:  tarasian666 [ Fri Mar 04, 2011 10:51 am ]
Post subject:  Re: Command line version for Linux!

i tried like this

arecord -r 192000 -f S16 -c2 -D jackplug | ./stereo_tool_gui - - -s settings.sts | aplay -D jackplug

works, but horrible, mine linux drivers suports only 512 sample per channel, (others application wors fine with this option, in windows 1024 and 4096 works fine) half second sounds normally, others sounds like "beeeeeeeeeeeeeeeeeeeep"

but i think it's only half way ))

Author:  tjh [ Mon May 09, 2011 11:18 pm ]
Post subject:  Re: Command line version for Linux!

The download link doesn't work for me for the Linux GUI or cmd (cmd is the one I want) version?

tim

Author:  hvz [ Tue May 10, 2011 12:02 am ]
Post subject:  Re: Command line version for Linux!

Are you talking about the links on the download site? They work fine here...

If you're talking about BETA's: I usually don't have my Linux VMware-images running, so that's why I usually don't build them each time. I will when a new version gets released.

Author:  tjh [ Tue May 10, 2011 1:38 am ]
Post subject:  Re: Command line version for Linux!

No, just the standard download links for Linux?


From the US of A:
Code:
curl -v http://www.stereotool.com/download/stereo_tool_cmd
* About to connect() to www.stereotool.com port 80 (#0)
*   Trying 64.22.89.243... connected
* Connected to www.stereotool.com (64.22.89.243) port 80 (#0)
> GET /download/stereo_tool_cmd HTTP/1.1
> User-Agent: curl/7.21.3 (amd64-portbld-freebsd8.2) libcurl/7.21.3 OpenSSL/0.9.8q zlib/1.2.3 c-ares/1.7.4 libssh2/1.2.8
> Host: www.stereotool.com
> Accept: */*
>
* Empty reply from server
* Connection #0 to host www.stereotool.com left intact
curl: (52) Empty reply from server
* Closing connection #0
Exit 52
From New Zealand:
Code:
micro:~> curl -v http://www.stereotool.com/download/stereo_tool_cmd
* About to connect() to www.stereotool.com port 80 (#0)
*   Trying 64.22.89.243... connected
* Connected to www.stereotool.com (64.22.89.243) port 80 (#0)
> GET /download/stereo_tool_cmd HTTP/1.1
> User-Agent: curl/7.21.0 (i486-pc-linux-gnu) libcurl/7.21.0 OpenSSL/0.9.8o zlib/1.2.3.4 libidn/1.15 libssh2/1.2.6
> Host: www.stereotool.com
> Accept: */*
>
* Empty reply from server
* Connection #0 to host www.stereotool.com left intact
curl: (52) Empty reply from server
* Closing connection #0
I get the same "Empty Reply" message in Chrome. Other download links work just fine.

Tim

Page 2 of 3 All times are UTC+01:00
Powered by phpBB® Forum Software © phpBB Limited
https://www.phpbb.com/