maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Multimedia (https://talk.maemo.org/forumdisplay.php?f=32)
-   -   Is There An Application To Speed Up A Song? (https://talk.maemo.org/showthread.php?t=50319)

vir3us 2010-04-17 21:07

Is There An Application To Speed Up A Song?
 
Hi, Dunno if you know this phone... but had a phone before called "FlySLT100". There was a basic music player but had fast forward/rewind buttons, so basically i could spped up and slow down a song (like WMP) I used to use it all the time because it was funny and i could rap to my favourite songs faster :p lol. Was just wondering if anyone knows of anything about that on the Nokia N900. Cheers :)

atnnn 2010-04-18 02:25

Re: Is There An Application To Speed Up A Song?
 
You can use mplayer:

Add the "-speed 2" option to play the song twice as fast
Add the "-af scaletempo" option if it sounds too high-pitched
Add the "-af karaoke" option to remove the voice from the song

lcuk 2010-04-18 02:28

Re: Is There An Application To Speed Up A Song?
 
a chipmunkifier on your own voice when calling people would be cool.

vir3us 2010-04-18 09:46

Re: Is There An Application To Speed Up A Song?
 
Cheers Atnn how do i go about doin that please. Ta :P

Dousan 2010-04-18 14:31

Re: Is There An Application To Speed Up A Song?
 
Quote:

Originally Posted by lcuk (Post 615483)
a chipmunkifier on your own voice when calling people would be cool.

Hahahaha that would be fun :D

pelago 2010-04-18 15:20

Re: Is There An Application To Speed Up A Song?
 
This would be useful when listening to podcasts, or audio books, or other spoken word stuff, to get through it quicker, as long as the pitch wasn't changed.

atnnn 2010-04-18 21:15

Re: Is There An Application To Speed Up A Song?
 
Here is how to do it from the command line. A gui surely exists, but I don't know any.

First, install "MPlayer Movie Player" from the multimedia section in the application manager.

Second, open the "X Terminal" application.

Create a control channel for mplayer:

Code:

mkfifo .mp_fifo
Then you can run mplayer, and connect it to the control channel:

Code:

mplayer -af scaletempo -input file=.mp_fifo 'MyDocs/.sounds/Magic Words.mp3'
While the song is playing, you can control the speed from another terminal by sending the speed_incr command to the control channel:

Code:

echo speed_incr 1 > .mp_fifo
echo speed_incr -0.5 > .mp_fifo

For a list of all available commands and plugins:

Code:

mplayer -input cmdlist
mplayer -af help


vir3us 2010-07-12 14:51

Re: Is There An Application To Speed Up A Song?
 
Is there any easier way, dont really understand that lol sorry :confused:


All times are GMT. The time now is 03:11.

vBulletin® Version 3.8.8