| View previous topic :: View next topic |
| Author |
Message |
luboss n00b

Joined: 29 May 2009 Posts: 17
|
Posted: Wed Aug 19, 2009 10:18 pm Post subject: [SOLVED] cannot get playitslowly to work |
|
|
Hi,
is there someone who's got playitslowly to work?
Unfortunately it's not in portage so I downloaded it manualy and did ./setup.py install. No error message.
According to the requirments in README:
* Python 2.5
* PyGTK >= 2.10
* PyGST >= 0.10
* gstreamer >= 0.10 including the soundtouch/pitch element
(included in gstreamer-plugins-bad)
I installed these required packages:
| Code: | dev-python/pygtk-2.14.1
dev-python/gst-python-0.10.12
media-libs/gstreamer-0.10.22
media-libs/gst-plugins-bad-0.10.11
media-libs/libsoundtouch-1.3.1-r1 |
On first try to execute playitslowly a window appeared with error that "GError('no element "autoaudiosink"',)
so I typed:
| Code: | | playitslowly --sink=alsasink |
but it still complained that it even don't know about alsasink - GError('no element "alsasink"',)
so I installed
| Code: | | media-plugins/gst-plugins-alsa-0.10.22 |
and the behaviour slightly changed:
after I've runned | Code: | | playitslowly --sink=alsasink | I've got
| Code: | | You need to install the gstreamer soundtouch elements for play it slowly to. They are part of gstreamer-plugins-bad. Consult the README if you need more information. |
but gst-plugins-bad is installed
I even downloaded it from http://gstreamer.freedesktop.org/src/gst-plugins-bad/ and compiled manualy but it didn't help either.
I looked in /usr/portage/profiles/use.* for some relevant use flag I could use but all needed flags seem to be set correctly. Btw. here you can see my emerge --info output (alsa and gstreamer are included):
| Code: | USE="X a52 aac acl acpi alsa berkdb bluetooth branding bzip2 cairo cdr cli cracklib crypt dbus dri dts dvd dvdr eds emboss encode esd evo fam firefox flac fortran gdbm gif gpm gstreamer gtk hal iconv isdnlog jpeg laptop ldap libnotify mad mikmod mp3 mp4 mpeg mudflap ncurses nls nptl nptlonly ogg opengl openmp pam pcre pdf perl png ppds pppd python qt3support quicktime raw readline reflection sdl session spell spl ssl startup-notification svg sysfs tcpd tiff truetype unicode usb vorbis win32codecs x264 x86 xml xorg xulrunner xv xvid zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1 emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route share shm softvol" APACHE2_MODULES="actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" ELIBC="glibc" INPUT_DEVICES="evdev synaptics" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="fglrx radeon"
|
Btw, I'm not using gnome but lxde as WM.
I would be very thankful if someone could help as I play guitar and this should be (according to my friend Juraj) awesome tool for changing tempo (without changed tone) of a song and pitch fine-tuner.
Thanks
Last edited by luboss on Fri Aug 21, 2009 4:24 pm; edited 1 time in total |
|
| Back to top |
|
 |
luboss n00b

Joined: 29 May 2009 Posts: 17
|
Posted: Fri Aug 21, 2009 4:17 pm Post subject: Solved |
|
|
Ok, after I posted the issue on http://29a.ch/playitslowly Jonas Wagner (the author) sent me rapid solution:
you can check if the pitch plugin is installed with following command:
| Code: | | gst-inspect-0.10 pitch |
To solve it you have just to download it and compile the soundtouch plugin with /usr prefix:
| Code: | cd /tmp
wget gstreamer.freedesktop.org/src/gst-plugins-bad/gst-plugins-bad-0.10.
9.tar.gz
tar xzf gst-plugins-bad-0.10.9.tar.gz
./configure --prefix=/usr
cd ext/soundtouch
make && make install |
|
|
| Back to top |
|
 |
|
|
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
|
|