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:

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Recording
| | |-+  Recording Enhancements Pack
« previous next »
  • Print
Pages: 1 ... 5 6 [7] 8 9 ... 63

Author Topic: Recording Enhancements Pack  (Read 364621 times)

Offline whatboutbob

  • Member
  • *
  • Posts: 178
Re: Recording Enhancements Pack
« Reply #90 on: February 24, 2006, 09:51:57 AM »
Thanks Petur. :)
Logged

Offline petur

  • Developer
  • Member
  • *
  • Posts: 769
  • wtb: time
Re: Recording Enhancements Pack
« Reply #91 on: February 24, 2006, 03:35:56 PM »
latest builds now have cliplight when only monitoring...
Logged

Offline petur

  • Developer
  • Member
  • *
  • Posts: 769
  • wtb: time
Re: Recording Enhancements Pack
« Reply #92 on: February 24, 2006, 04:50:56 PM »
Quote from: whatboutbob on February 23, 2006, 12:22:07 AM
dr.pheel & simon142857:  I've not tested the backlight function in a while, but my post back a couple of pages may explain the issues you're having:

Quote from: whatboutbob on February 07, 2006, 11:12:54 PM
Something worth mentioning on the clipping indicator though...its not an exact tool...hence neither is the cliplight.  It is possible to clip without triggering the indicator.  The issues are at least twofold...but I'm running off memory here, which is unreliable at best.  I believe clipping needs to exist over two samples before its triggered (eg one loud clap won't trigger it).  Apparently it can also get false positives, and just not fire other times.  In other words, don't put complete faith in it.

So in short, a clap will not trigger the backlight, regardless of whether it clips.  Extended clipping will trigger the backlight...scream into the mics...see what happens. Warn your neighbours first maybe...you don't want cops turning up at your door wondering who's being murdered.  :)

it's worse than I thought: not only is only the first recorded chunk checked for peaks (skipping many recorded chunks every time), it also only checks every third sample in that chunk....

however, first tries to fix this have shown a performance problem, so it will required a bit of optimization to get it perfect.
Logged

Offline whatboutbob

  • Member
  • *
  • Posts: 178
Re: Recording Enhancements Pack
« Reply #93 on: February 24, 2006, 06:48:07 PM »
Good to see it in CVS petur.  Will test it out this afternoon.

What sort of 'performance problem' are you referring to?  Just battery drain, or something riskier?

Don't spose you feel like tackling optical recording?  I'm hanging out for it, along with quite a few others, but it doesn't seem like any of the devs want a bar of it. :)
Logged

Offline westkc3

  • Member
  • *
  • Posts: 28
Re: Recording Enhancements Pack
« Reply #94 on: February 24, 2006, 07:10:57 PM »
I've downloaded the 2/22/06 build but can't see the clip light setting option in recording settings.  I verified the cvs is 2/22/06 so the files were extrated ok.  Is there something more I need to do?
Logged

Offline petur

  • Developer
  • Member
  • *
  • Posts: 769
  • wtb: time
Re: Recording Enhancements Pack
« Reply #95 on: February 25, 2006, 02:50:19 AM »
Quote from: westkc3 on February 24, 2006, 07:10:57 PM
I've downloaded the 2/22/06 build but can't see the clip light setting option in recording settings.  I verified the cvs is 2/22/06 so the files were extrated ok.  Is there something more I need to do?
Very strange... it should be there  ???
Logged

Offline petur

  • Developer
  • Member
  • *
  • Posts: 769
  • wtb: time
Re: Recording Enhancements Pack
« Reply #96 on: February 25, 2006, 02:56:02 AM »
Quote from: whatboutbob on February 24, 2006, 06:48:07 PM
What sort of 'performance problem' are you referring to?  Just battery drain, or something riskier?
Doing the peak metering on all samples and then loop them all again for sample conversion proved to be too much activity to handle. So I combined both functions, which *seems* to work ok.

Would like to get feedback if everything is working ok. Make sure to use the latest bleeding edge build as this was only committed last night.

Quote from: whatboutbob on February 24, 2006, 06:48:07 PM
Don't spose you feel like tackling optical recording?  I'm hanging out for it, along with quite a few others, but it doesn't seem like any of the devs want a bar of it. :)

I'm a h340 user, so I don't have any means to test. I also don't have any use for it, and do have uses for other features I want (but not on recording front), so this feature will wait for an h1xx developer to implement. Sorry.
Logged

Offline whatboutbob

  • Member
  • *
  • Posts: 178
Re: Recording Enhancements Pack
« Reply #97 on: February 25, 2006, 08:49:30 AM »
Petur: Sorry to report that using the bleeding edge build I can still clip without triggering the backlight...both with short bursts (eg clapping) or more prolonged clipping (~5 seconds). I'm sure there's a method to the madness but it seems completely random as to whether or not the backlight's triggered. Lemme know if you have any q's.
Logged

Offline petur

  • Developer
  • Member
  • *
  • Posts: 769
  • wtb: time
Re: Recording Enhancements Pack
« Reply #98 on: February 25, 2006, 10:26:10 AM »
Quote from: whatboutbob on February 25, 2006, 08:49:30 AM
Petur: Sorry to report that using the bleeding edge build I can still clip without triggering the backlight...both with short bursts (eg clapping) or more prolonged clipping (~5 seconds). I'm sure there's a method to the madness but it seems completely random as to whether or not the backlight's triggered. Lemme know if you have any q's.
just a quick check: was the harddisk spinning as you tested this? because it won't do anything while writing to disk.

I'll try to dive into the code again...  somebody donate me some time ;)
Logged

Offline whatboutbob

  • Member
  • *
  • Posts: 178
Re: Recording Enhancements Pack
« Reply #99 on: February 25, 2006, 07:07:39 PM »
Quote from: petur on February 25, 2006, 10:26:10 AM
just a quick check: was the harddisk spinning as you tested this? because it won't do anything while writing to disk.

I'll try to dive into the code again...  somebody donate me some time ;)

The hdd was spinning on some of the occassions, but not all.
Logged

Offline petur

  • Developer
  • Member
  • *
  • Posts: 769
  • wtb: time
Re: Recording Enhancements Pack
« Reply #100 on: February 26, 2006, 06:27:14 PM »
Can you try the latest bleeding edge, I think I found the reason and committed the fix. If you're reading this within 1 hour of this writing, wait a bit to make sure the bleeding edge build is done before downloading.

If you build your version yourself, cvs is up to date...

Let me know the results
Logged

Offline vinylivo

  • Member
  • *
  • Posts: 125
Re: Recording Enhancements Pack
« Reply #101 on: February 27, 2006, 12:04:46 AM »
Hi petur!

Your changes in pcm_record work like a charm. Now it really detects any single clip, at least on the build I'm running now (base is 060214 with rec enhancement patch and modifications by me).
I'm writing an AGC (automatic gain control) at the moment. It's mostly finished and just needs some more tests until I'll provide a patch. Now the AGC works even better with the new version of pcm_record, much more accurate leveling. Thanks alot!
Logged

Offline fizze

  • Member
  • *
  • Posts: 200
Re: Recording Enhancements Pack
« Reply #102 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*
Logged

Offline petur

  • Developer
  • Member
  • *
  • Posts: 769
  • wtb: time
Re: Recording Enhancements Pack
« Reply #103 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...
Logged

Offline petur

  • Developer
  • Member
  • *
  • Posts: 769
  • wtb: time
Re: Recording Enhancements Pack
« Reply #104 on: February 27, 2006, 03:34:44 AM »
Quote from: vinylivo on February 27, 2006, 12:04:46 AM
Your changes in pcm_record work like a charm. Now it really detects any single clip, at least on the build I'm running now (base is 060214 with rec enhancement patch and modifications by me).
I'm writing an AGC (automatic gain control) at the moment. It's mostly finished and just needs some more tests until I'll provide a patch. Now the AGC works even better with the new version of pcm_record, much more accurate leveling. Thanks alot!

glad I nailed that bug :)
looking forward to your patch!
Logged

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