All times are UTC+01:00




Post new topic  Reply to topic  [ 30 posts ]  Go to page Previous 1 2 3 Next
Author Message
PostPosted: Wed Oct 20, 2010 12:49 pm 
User avatar

Joined: Sat Jan 16, 2010 2:18 pm
Posts: 18
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:


Top
   
PostPosted: Tue Nov 16, 2010 4:42 am 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11459
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


Top
   
PostPosted: Sun Dec 19, 2010 12:39 pm 
User avatar

Joined: Sat Jan 16, 2010 2:18 pm
Posts: 18
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 :)


Top
   
PostPosted: Sun Dec 19, 2010 1:07 pm 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11459
Great! As you may have seen it's already released.


Top
   
PostPosted: Tue Mar 01, 2011 6:50 pm 

Joined: Sat Nov 13, 2010 9:52 am
Posts: 17
Can i use it with jack ?
Not work with /dev/audio (/dev/dsp)


Top
   
PostPosted: Fri Mar 04, 2011 2:08 am 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11459
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.


Top
   
PostPosted: Fri Mar 04, 2011 10:51 am 

Joined: Sat Nov 13, 2010 9:52 am
Posts: 17
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 ))


Top
   
PostPosted: Mon May 09, 2011 11:18 pm 
User avatar

Joined: Thu Apr 07, 2011 2:37 am
Posts: 149
Location: Napier, New Zealand
The download link doesn't work for me for the Linux GUI or cmd (cmd is the one I want) version?

tim

_________________
I just use ST with liquidsoap to enhance a streaming radio station I like...


Top
   
PostPosted: Tue May 10, 2011 12:02 am 
Site Admin
User avatar

Joined: Mon Mar 17, 2008 1:40 am
Posts: 11459
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.


Top
   
PostPosted: Tue May 10, 2011 1:38 am 
User avatar

Joined: Thu Apr 07, 2011 2:37 am
Posts: 149
Location: Napier, New Zealand
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


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 30 posts ]  Go to page Previous 1 2 3 Next

All times are UTC+01:00


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 post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Limited