Taperssection.com

Gear / Technical Help => Recording Gear => Topic started by: petur on September 23, 2007, 06:39:52 PM

Title: RockBox users: your opinion wanted on gain logging
Post by: petur on September 23, 2007, 06:39:52 PM
I'm implementing gain logging and would like your opinion.
(gain logging = write gain changes to a log file for use in postprocessing)

Current implementation:
- write to a logfile on every gain change
- logs time offset (in ms), left gain and right gain
- tab separated
- logfile has same name as recording but ends with .log
- file is written to disk when recording is flushed to disk or gain log buffer full
- keeps 50 gain changes in memory to reduce disk spinup

let me know what's missing/overlooked. The code is not ready so nothing to try yet.
Title: Re: RockBox users: your opinion wanted on gain logging
Post by: whatboutbob on September 23, 2007, 10:53:57 PM
Good stuff mate. I assume the .log file will be in the same dir as the recording?

Do you anticipate any cpu load issues, writing wav files and .log files concurrently?
Title: Re: RockBox users: your opinion wanted on gain logging
Post by: petur on September 24, 2007, 03:47:26 AM
Good stuff mate. I assume the .log file will be in the same dir as the recording?
but of course ;)

Do you anticipate any cpu load issues, writing wav files and .log files concurrently?
I hope not. First flush audio data, then write logfile. There will be a setting to enable this of course...
Title: Re: RockBox users: your opinion wanted on gain logging
Post by: Toki on September 24, 2007, 06:07:05 AM
I can only wish to have the ability to post-process the file according to this log (to make the same gain over entire file) - but I understand that it is a completely different story :)
Title: Re: RockBox users: your opinion wanted on gain logging
Post by: Arni99 on September 24, 2007, 03:31:28 PM
I don´t need it IF it shortens running time of the internal battery due to additional power consumption when writing logfiles ;).
Title: Re: RockBox users: your opinion wanted on gain logging
Post by: Toki on September 25, 2007, 05:02:16 AM
I don´t need it IF it shortens running time of the internal battery due to additional power consumption when writing logfiles ;).

For some reason I believe that there will be an option to turn it off if someone wouldnt like it :P
Title: Re: RockBox users: your opinion wanted on gain logging
Post by: Liquid Drum on September 25, 2007, 08:01:41 AM
This sounds really good. It can help see where and when the gain got turned up/down, so you could boost in post to match the rest nicely.

I'm guessing it wouldn't use too much battery life, but would be awesome to be able to turn the feature on/off.
Title: Re: RockBox users: your opinion wanted on gain logging
Post by: petur on September 25, 2007, 01:17:26 PM
no worries, it will be an option, default off