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:

Rockbox Ports are now being developed for various digital audio players!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Recording
| | |-+  Recording Enhancements Pack
« previous next »
  • Print
Pages: 1 ... 26 27 [28] 29 30 ... 63

Author Topic: Recording Enhancements Pack  (Read 364603 times)

Offline pupil

  • Member
  • *
  • Posts: 29
    • www.bardothodol.net
Re: Recording Enhancements Pack
« Reply #405 on: July 19, 2006, 08:52:36 AM »
Nah seriously, Rob Hubbard, one of the greatest composer's EVER! IT's like listening to YMO records, who cares how oldskool electronica they sound, their tunes are amazing.


anyways... REP, yeah :)
Logged

Offline Techy_Bloke

  • Member
  • *
  • Posts: 28
Re: Recording Enhancements Pack
« Reply #406 on: July 19, 2006, 12:36:39 PM »
say i want to record in mp3 for 7hrs... (i would use rockbox but uncompressed wav my i river disk space is full...)

i boot up in  the i river software... it says that the recording will stop after 195mb MP3 or longer than 5hrs...

will it split my tracks ?? and keep recording or do i have to run back n restart it?
Logged

Offline petur

  • Developer
  • Member
  • *
  • Posts: 769
  • wtb: time
Re: Recording Enhancements Pack
« Reply #407 on: July 19, 2006, 01:20:26 PM »
Why do you think Rockbox exists? Because the original firmware is crap!

Seriously, the iriver recording code will stop mp3 recording after some time. Depends on bitrate.

Be patient, maybe mp3 encoding will come to Rockbox ;)
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Recording Enhancements Pack
« Reply #408 on: July 19, 2006, 01:48:52 PM »
I believe there's a way to make lossy recordings in the tracker somewhere. I think searching for Recording Codecs will do it, I'm not sure though.
Logged

Offline adam917

  • Member
  • *
  • Posts: 124
Re: Recording Enhancements Pack
« Reply #409 on: July 19, 2006, 05:47:05 PM »
Quote from: Llorean on July 19, 2006, 01:48:52 PM
I believe there's a way to make lossy recordings in the tracker somewhere. I think searching for Recording Codecs will do it, I'm not sure though.
Ogg Vorbis would be a good open source lossy option for Rockbox. Speex is another lossy open source format made for speech. Why not incorporate direct recording to these formats someday?
Logged

Offline petur

  • Developer
  • Member
  • *
  • Posts: 769
  • wtb: time
Re: Recording Enhancements Pack
« Reply #410 on: July 19, 2006, 06:50:49 PM »
Quote from: adam917 on July 19, 2006, 05:47:05 PM
Ogg Vorbis would be a good open source lossy option for Rockbox. Speex is another lossy open source format made for speech. Why not incorporate direct recording to these formats someday?

sure, just get us the time and manpower....
Logged

Offline petur

  • Developer
  • Member
  • *
  • Posts: 769
  • wtb: time
Re: Recording Enhancements Pack
« Reply #411 on: July 19, 2006, 06:58:05 PM »
Martin, regarding the AGC: I looked into it and it would be nice to have it for all targets. However, the way it's done now would create another ifdef hell (linuxstb is going to add ipod recording), so I'm going to wait with AGC until recording code is a bit more universal.

Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Recording Enhancements Pack
« Reply #412 on: July 20, 2006, 02:07:59 AM »
Just to bring this topic back up, any of the programming types here feel like having a crack at getting this old patch working: http://www.rockbox.org/tracker/task/2939

Seems to qualify as a "recording enhancement" and all.
Logged

Offline petur

  • Developer
  • Member
  • *
  • Posts: 769
  • wtb: time
Re: Recording Enhancements Pack
« Reply #413 on: July 20, 2006, 04:00:30 AM »
Yes, we should, as there's always somebody asking for it...

Also mono and maybe other bitrates should be implemented in a WAV encoder and loaded just like an mp3 encoder.

We will also need buffer management in order to boost if the encoder can't process quick enough.
(analog recording runs unboosted nowadays)
Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Recording Enhancements Pack
« Reply #414 on: July 20, 2006, 04:43:35 AM »
Actually, I believe one of the later patches for the encoding codecs mentions something about unboosting when it's not necessary. Depending on how it does it, you may just need to reverse the behaviour.

I just wanted to make sure that patch wasn't forgotten, as I often see people asking about the feature, and not knowing the patch even exists. In all the experimental, etc, builds, I don't think I ever saw it included, even when it was up to date. ;)
Logged

Offline petur

  • Developer
  • Member
  • *
  • Posts: 769
  • wtb: time
Re: Recording Enhancements Pack
« Reply #415 on: July 20, 2006, 05:01:24 AM »
Well I'm not very interested as I still have HD space left and would only care about a lossless encoder. Before Rockbox worked on my h340, I always hated the fact that it would only record mp3 and not some better quality.

But I agree it should get included for others who have use for it (recording lectures, ...)

We also need to do the whole rtc alarm stuff so recording can be programmed. But that probably won't be for the h1x0 series as they don't have an rtc (iirc)
Logged

Offline Mmmm

  • Developer
  • Member
  • *
  • Posts: 922
Re: Recording Enhancements Pack
« Reply #416 on: July 20, 2006, 06:03:38 AM »
Quote from: petur on July 20, 2006, 05:01:24 AM
We also need to do the whole rtc alarm stuff so recording can be programmed. But that probably won't be for the h1x0 series as they don't have an rtc (iirc)
No clock on the h1xx but instead of being able to set the time at which it starts recording, how about a countdown timer? So you could set it to start recording in 3 hours time or something. Of course this would only work if the unit was on for those three hours.
Logged
My H120 build with Recording Enhancements Pack
Some examples of recordings done on H140 with Rockbox

Offline jaybeee

  • Member
  • *
  • Posts: 68
    • TMB
Re: Recording Enhancements Pack
« Reply #417 on: July 20, 2006, 06:50:40 AM »
Quote from: Mmmm on July 20, 2006, 06:03:38 AM
No clock on the h1xx but instead of being able to set the time at which it starts recording, how about a countdown timer? So you could set it to start recording in 3 hours time or something. Of course this would only work if the unit was on for those three hours.
That sounds great. And what would be brilliant would be to have the DAP 'wake' itself up and start recording. That would need a clock which we don't have, BUT I guess there could be a frig that may work something like:
- when the DAP detects that power via the charger has been enabled (use a timer plug to allow electricity to run through the charger at a specificed time), which can be allowed to happen via a setting (default is off)
- the countdown timer could start (or indeed recording could start straight away via a setting)
- then recording could start
- and if the time limit / file size limit has also been enabled, then maybe the DAP could come on at 2am, start recording straight away, and stop after 2hrs.

What d'ya reckon? I have just blurted that out, but food for thought maybe :P
Logged
H120

Offline Mmmm

  • Developer
  • Member
  • *
  • Posts: 922
Re: Recording Enhancements Pack
« Reply #418 on: July 20, 2006, 10:36:41 AM »
Quote from: petur on July 19, 2006, 06:58:05 PM
Martin, regarding the AGC: I looked into it and it would be nice to have it for all targets. However, the way it's done now would create another ifdef hell (linuxstb is going to add ipod recording), so I'm going to wait with AGC until recording code is a bit more universal.

Ahh ok then...In that case I'm going to commit the (newly optimised and CVS ready) record split button patch (after I've compiled it 20 times :D) which will break the AGC patch a bit I think...but that's life I suppose eh? ;)

Quote from: jaybeee on July 20, 2006, 06:50:40 AM
- when the DAP detects that power via the charger has been enabled (use a timer plug to allow electricity to run through the charger at a specificed time), which can be allowed to happen via a setting (default is off)

What d'ya reckon? I have just blurted that out, but food for thought maybe :P

Hmmm I don't know... maybe... but this would definitely have to be done in the bootloader and that's risky stuff!
« Last Edit: July 20, 2006, 10:39:20 AM by Mmmm »
Logged
My H120 build with Recording Enhancements Pack
Some examples of recordings done on H140 with Rockbox

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Recording Enhancements Pack
« Reply #419 on: July 20, 2006, 12:20:17 PM »
I'm not 100% sure the H100 can wake on power, can it?

Wouldn't the optimal solution be to turn off any un-necessary hardware, and slow the CPU down to the minimum speed during whatever countdown?

So you could set it to like, 18 hours, and during that time, until maybe 10 seconds before recording, it's in absolute lowest power mode, then it wakes, wakes all hardware, and prepares to record, then goes.

petur: There is a lossless wavpack codec in that patch I mentioned. ;)
Logged

  • Print
Pages: 1 ... 26 27 [28] 29 30 ... 63
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Recording
| | |-+  Recording Enhancements Pack
 

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

Page created in 0.118 seconds with 14 queries.