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
| |-+  Recording
| | |-+  Recording Enhancements Pack
« previous next »
  • Print
Pages: 1 ... 6 7 [8] 9 10 ... 63

Author Topic: Recording Enhancements Pack  (Read 364623 times)

Offline Mmmm

  • Developer
  • Member
  • *
  • Posts: 922
Re: Recording Enhancements Pack
« Reply #105 on: February 27, 2006, 10:03:56 AM »
Quote from: petur on February 27, 2006, 03:33:42 AM
Quote from: fizze on February 27, 2006, 02:57:15 AM
petur, you are a H340 user ?

Shouldnt that enhacements pack work on a H300 too, after slight tweaking ? *scratches head*

Yes, I only have a H340.
The builds for H1xx and H3xx are not compatible, so that won't work...

But the patch will work for the h3xx!
Logged
My H120 build with Recording Enhancements Pack
Some examples of recordings done on H140 with Rockbox

Offline petur

  • Developer
  • Member
  • *
  • Posts: 769
  • wtb: time
Re: Recording Enhancements Pack
« Reply #106 on: February 27, 2006, 10:21:25 AM »
as you've probably read, I managed to break pre-recording... will try to fix it asap. Sorry!
Logged

Offline Mmmm

  • Developer
  • Member
  • *
  • Posts: 922
Re: Recording Enhancements Pack
« Reply #107 on: February 27, 2006, 01:34:20 PM »
Quote from: petur on February 27, 2006, 10:21:25 AM
as you've probably read, I managed to break pre-recording... will try to fix it asap. Sorry!

Heh heh.... Never mind...worse things happen at sea!  :D
Logged
My H120 build with Recording Enhancements Pack
Some examples of recordings done on H140 with Rockbox

Offline petur

  • Developer
  • Member
  • *
  • Posts: 769
  • wtb: time
Re: Recording Enhancements Pack
« Reply #108 on: February 27, 2006, 02:39:44 PM »
fixed, I think...
Logged

Offline whatboutbob

  • Member
  • *
  • Posts: 178
Re: Recording Enhancements Pack
« Reply #109 on: February 28, 2006, 06:43:02 AM »
Pre-recording seems to be back in working order now.

The clip meter is far more sensitive...great work Petur!

The only bugger is that the meter doesn't operate during hdd writes (as you 've mentioned previously...i figure this equates to about 10% of the time, but i imagine there's nothing that can be done about that.

Also, I'm not sure if this will make any sense, but I suspect that it only checks one 'side' of each channel for clipping....do you know if this is the case?

If you're looking at the left channel of a stereo wav for example, it seems only clipping on the top of the wav triggers the backlight, while clipping on the bottom of the wav slips through.  Not a major issue...I'm just curious.

I hope I don't sound ungrateful with all of this feedback...the hxxx is a lean, mean recording machine thanks largely to the efforts of the developers involved in this thread.  But seeing as I can't code for peanuts I see the only constructive efforts I can make towards rockbox is as a tester.  Lemme know if I'm just being annoying. :)
Logged

Offline petur

  • Developer
  • Member
  • *
  • Posts: 769
  • wtb: time
Re: Recording Enhancements Pack
« Reply #110 on: February 28, 2006, 06:56:27 AM »
Quote from: whatboutbob on February 28, 2006, 06:43:02 AM
Also, I'm not sure if this will make any sense, but I suspect that it only checks one 'side' of each channel for clipping....do you know if this is the case?

It shouldn't. The peak search loop compares the current peak value with the sample and its negative version and keeps whatever is biggest.

Got any suspicion this isn't working ok?
Logged

Offline vinylivo

  • Member
  • *
  • Posts: 125
Re: Recording Enhancements Pack
« Reply #111 on: February 28, 2006, 09:26:11 AM »
Hi Mmmm!

I added automatic gain control and histogram view to your enhancement pack. The patch is available at the patch tracker: http://www.rockbox.org/bugs/task/4748
Logged

Offline kuuan

  • Member
  • *
  • Posts: 25
Re: Recording Enhancements Pack
« Reply #112 on: March 01, 2006, 12:43:59 AM »
does this enhancement pack only work for the H100 or for the H300 series as well?
Logged

Offline Dick

  • Member
  • *
  • Posts: 25
Re: Recording Enhancements Pack
« Reply #113 on: March 01, 2006, 02:59:02 AM »
asked and answered 2 days ago
Logged
H140 (died Aug 2, 2007) - AKG P 26 - OKM 1

Offline kuuan

  • Member
  • *
  • Posts: 25
Re: Recording Enhancements Pack
« Reply #114 on: March 01, 2006, 04:47:31 AM »
Quote from: Dick on March 01, 2006, 02:59:02 AM
...answered 2 days ago
sorry, had read the first 4 pages and skipped the end when I decided to ask.
I hope I understand right that Mmmm's last comment saying
Quote
But the patch will work for the h3xx!
means a 'yes' to my question.
( sorry, I am not even sure, - my limited understanding of English/technical terms. I am about to get an iH, recording is my main purpose, would prefer the H320, but would opt for the H120 instead if it's Rockboxed recording features are superior )
Logged

Offline petur

  • Developer
  • Member
  • *
  • Posts: 769
  • wtb: time
Re: Recording Enhancements Pack
« Reply #115 on: March 01, 2006, 08:46:04 AM »
The following was actually written by Mmmm:

I have changed post#1 so that it is a little more obvious which targets the patches/builds work for.

Quote from: vinylivo
Hi Mmmm!

I added automatic gain control and histogram view to your enhancement pack. The patch is available at the patch tracker: http://www.rockbox.org/bugs/task/4748
Sounds good, although I haven't tried it yet.   :)

If you want it committed I think you'll have to make sure that the settings are saved, (by using settings.c) and it would make more sense if the option was in the recording menu I think, (soundmenu.c) ... Also you'll have to make sure any words for options etc are used from the language files so that a translation can be done, (english.lang).

After all that and when you know that it doesn't break any other target builds you have to be really nice to petur because he has cvs access! (I think you'll find a few beers may do the trick!  :D)
« Last Edit: March 01, 2006, 10:17:31 AM by Mmmm »
Logged

Offline Mmmm

  • Developer
  • Member
  • *
  • Posts: 922
Re: Recording Enhancements Pack
« Reply #116 on: March 01, 2006, 10:13:13 AM »
WOW....what happened there.... Petur it looks like I modified your post by mistake...sorry...weird...I didn't know I could do that!  ???


Damn....and I cant reamember what you said either!

Oh...I remember, Petur said: The h140 and h320/40 have the same audio chip, so they are capable of recording in exactly the same way. The only difference is that the h140 has an optical input (which isn't yet supported by rockbox).

Sorry about that again Petur!
« Last Edit: March 01, 2006, 10:16:36 AM by Mmmm »
Logged
My H120 build with Recording Enhancements Pack
Some examples of recordings done on H140 with Rockbox

Offline petur

  • Developer
  • Member
  • *
  • Posts: 769
  • wtb: time
Re: Recording Enhancements Pack
« Reply #117 on: March 01, 2006, 12:08:35 PM »
Quote from: Mmmm on March 01, 2006, 10:13:13 AM
WOW....what happened there.... Petur it looks like I modified your post by mistake...sorry...weird...I didn't know I could do that!  ???
Maybe they made you mod without telling you ;) Do you have the modify button next to all posts?

Nice tip about buying beer for me :D I should make a note that I'm from Belgium so my standards are pretty high :P
Logged

Offline toolmanwill

  • Member
  • *
  • Posts: 62
    • Bootleg Network
Re: Recording Enhancements Pack
« Reply #118 on: March 01, 2006, 01:10:11 PM »
heh, you definitely dont want the crap american domestic we got here.   :'(
Altho i'm 5 minutes from canada and they brew some good beer!
Logged

Offline Mmmm

  • Developer
  • Member
  • *
  • Posts: 922
Re: Recording Enhancements Pack
« Reply #119 on: March 01, 2006, 01:47:00 PM »
Quote from: petur on March 01, 2006, 12:08:35 PM
Quote from: Mmmm on March 01, 2006, 10:13:13 AM
WOW....what happened there.... Petur it looks like I modified your post by mistake...sorry...weird...I didn't know I could do that!  ???
Maybe they made you mod without telling you ;) Do you have the modify button next to all posts?
Yep I could get up to all kinds of mischief couldn't I? :D

Ahh..I see, Its only on threads that I have started!
Quote
Nice tip about buying beer for me :D I should make a note that I'm from Belgium so my standards are pretty high :P

Heh heh...I wish I had cvs access so I could get free beer too!  ;)
Logged
My H120 build with Recording Enhancements Pack
Some examples of recordings done on H140 with Rockbox

  • Print
Pages: 1 ... 6 7 [8] 9 10 ... 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.317 seconds with 15 queries.