Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  fastest speed is only 242.5%?
« previous next »
  • Print
Pages: [1] 2

Author Topic: fastest speed is only 242.5%?  (Read 5088 times)

Offline financialwar

  • Member
  • *
  • Posts: 23
fastest speed is only 242.5%?
« on: July 07, 2014, 11:59:12 PM »
Why is the fastest playback speed on 242.5%?

I'm trying to "fifty shades of grey" audiobook, which is only 130 wpm at normal speed, human can comprehend, 600 - 700 wpm. The fastest speed in rockbox can only make the book go up to 310 wpm, which is too slow for my taste.

Why?!!!!!!!
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: fastest speed is only 242.5%?
« Reply #1 on: July 08, 2014, 12:10:43 AM »
Looks like the code defines that as max:

http://git.rockbox.org/?p=rockbox.git;a=blob;f=lib/rbcodec/dsp/tdspeed.c;h=21585eb78e1d2a051a85839f887f69a2b2561fec;hb=HEAD

My guess is that this is to avoid having to buffer more data at a time, but I don't fully understand the algorithm being used.
Logged

Offline financialwar

  • Member
  • *
  • Posts: 23
Re: fastest speed is only 242.5%?
« Reply #2 on: July 08, 2014, 12:27:59 AM »
so can you change it in future releases or that is the max due to hardware limitation of the Clip+?
Logged

Offline saratoga

  • Developer
  • Member
  • *
  • Posts: 8974
Re: fastest speed is only 242.5%?
« Reply #3 on: July 08, 2014, 12:46:58 AM »
Its not a hardware limitation, but its probably more trouble to change than most people are willing to deal with. 
Logged

Offline [Saint]

  • Rockbox Expert
  • Member
  • *
  • Posts: 1662
  • Hayden Pearce
    • Google+
Re: fastest speed is only 242.5%?
« Reply #4 on: July 08, 2014, 11:13:02 AM »
You really want to listen to the entirety of Fifty Shades of Grey in two and a half(*) minutes?

 :-\


[Saint]

(*105,000(words total)÷700(wpm)÷60(s)=2.5(m))
Logged
Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline financialwar

  • Member
  • *
  • Posts: 23
Re: fastest speed is only 242.5%?
« Reply #5 on: July 08, 2014, 06:54:57 PM »
Quote from: [Saint] on July 08, 2014, 11:13:02 AM
You really want to listen to the entirety of Fifty Shades of Grey in two and a half(*) minutes?

 :-\


[Saint]

(*105,000(words total)÷700(wpm)÷60(s)=2.5(m))

What? Where did you learn your maths? 2.5 hours you mean?

wpm = words per minute

105000=700 = 150 minutes = 2.5 hours.
« Last Edit: July 08, 2014, 06:57:15 PM by financialwar »
Logged

Offline financialwar

  • Member
  • *
  • Posts: 23
Re: fastest speed is only 242.5%?
« Reply #6 on: July 08, 2014, 06:56:03 PM »
Quote from: saratoga on July 08, 2014, 12:46:58 AM
Its not a hardware limitation, but its probably more trouble to change than most people are willing to deal with.

THe speed is limited to pitch it seems.

At 100% pitch, the max playspeed is 250%, at 200% pitch, the max playback speed is 500%.
Logged

Offline [Saint]

  • Rockbox Expert
  • Member
  • *
  • Posts: 1662
  • Hayden Pearce
    • Google+
Re: fastest speed is only 242.5%?
« Reply #7 on: July 08, 2014, 09:18:40 PM »
Heh...math without coffee.

Anyhoo, the manual explains this limitation.


[Saint]
Logged
Using PMs to annoy devs about bugs/patches is not a good way to have the issue looked at.

Offline financialwar

  • Member
  • *
  • Posts: 23
Re: fastest speed is only 242.5%?
« Reply #8 on: July 10, 2014, 05:44:37 AM »
Also, the the playback speed is not remembered after shutting off...
Logged

Offline nick_p

  • Member
  • *
  • Posts: 115
Re: fastest speed is only 242.5%?
« Reply #9 on: July 10, 2014, 08:34:42 AM »
The value of the rate, pitch and speed is not persistent, i.e. after the player is turned on it will always be set to 100%. However, the rate, pitch and speed information will be stored in any bookmarks you may create (see section 8.7) and will be restored upon playing back those bookmarks.
« Last Edit: July 10, 2014, 08:37:22 AM by nick_p »
Logged

Offline financialwar

  • Member
  • *
  • Posts: 23
Re: fastest speed is only 242.5%?
« Reply #10 on: July 10, 2014, 05:41:37 PM »
Not interested in making bookmarks. Who makes a bookmark every time they turn off their player?
Logged

Offline silvertree

  • Member
  • *
  • Posts: 51
Re: fastest speed is only 242.5%?
« Reply #11 on: July 10, 2014, 06:33:51 PM »
Rockbox can make bookmarks automatically upon shutdown and it can do it for files/folders that only have existing bookmarks so it doesn't interfere with music listening.
Logged

Offline financialwar

  • Member
  • *
  • Posts: 23
Re: fastest speed is only 242.5%?
« Reply #12 on: July 21, 2014, 06:38:44 AM »
Quote from: silvertree on July 10, 2014, 06:33:51 PM
Rockbox can make bookmarks automatically upon shutdown and it can do it for files/folders that only have existing bookmarks so it doesn't interfere with music listening.

I don't know what bookmarks is for? What is the point of bookmarks? The player resumes where I turn it off.

Sounds too complicated for a simple function. Just remember my speed and where I left off.
Logged

Offline nick_p

  • Member
  • *
  • Posts: 115
Re: fastest speed is only 242.5%?
« Reply #13 on: July 21, 2014, 08:33:52 AM »
Quote from: financialwar on July 21, 2014, 06:38:44 AM
What is the point of bookmarks?

In your case, to remember your speed where you left off.

Unless you'd like to dig into the code and make it a persistent setting, but I'd wager that'd be more complicated in the short term.
Logged

Offline financialwar

  • Member
  • *
  • Posts: 23
Re: fastest speed is only 242.5%?
« Reply #14 on: July 22, 2014, 04:07:51 AM »
Is the development still going on or this is the end of rockbox? Why are you asking an average user to program? This is not my job! I can donate money to rockbox if that's what you like. But I was recommended by many to use rockbox, but it lacks this basic feature.
Logged

  • Print
Pages: [1] 2
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  fastest speed is only 242.5%?
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.096 seconds with 16 queries.