Support and General Use > Recording
Recording Enhancements Pack
Mmmm:
--- Quote from: paulheu on June 25, 2006, 11:37:39 AM ---
--- Quote from: paulheu on June 18, 2006, 07:59:33 AM ---Anyone heard anything from vinylIvo recently? I'd like to see and update to the histogram patch to go with the current AGC build.. I kinda miss the pretty pictures..;)
--- End quote ---
Bump.. anyone?!
--- End quote ---
Well, I've merged his histogram patch with batt/balance meters into the REP So pretty pictures are with us once more :D
Unfortunately the screen real estate is getting a bit thin on the ground and using larger fonts is getting to be impossible on the H1xx (you can just about fit in a font with height of 10 now)....you lucky H3xx owners you with your big screen...... ;)
Patch/build/new screenshots in post#1
Mmmm:
--- Quote from: Llorean on June 26, 2006, 03:42:09 AM ---Or perhaps a filesize and time-limit cap (with an option to split or stop recording when the cap is reached).
--- End quote ---
So Jaybee and Llorean, I have made a patch which I have attached and it is also on the tracker. Not in the REP yet but it will be.... So Jaybee no more filling your player with rubbish all night! :)
These are the filesize split points I have used...any obvious ones I have missed? (2GB is max file size anyway so it automatically splits there).
off,5MB,10MB,15MB,30MB,60MB,75MB,90MB,100MB,200MB,400MB,650MB,700MB,
1GB,1.5GB,1.75GB
http://www.rockbox.org/tracker/task/5605
[attachment deleted by admin, too old]
paulheu:
There's a problem when using black backgrounds as the font color is always black..
Replacing lcd_set_foreground(LCD_DEFAULT_FG) with lcd_set_foreground(global_settings.fg_color) works for me.. (in recording.c)
jaybeee:
--- Quote from: Mmmm on June 27, 2006, 07:12:49 AM ---
--- Quote from: Llorean on June 26, 2006, 03:42:09 AM ---Or perhaps a filesize and time-limit cap (with an option to split or stop recording when the cap is reached).
--- End quote ---
So Jaybee and Llorean, I have made a patch which I have attached and it is also on the tracker. Not in the REP yet but it will be.... So Jaybee no more filling your player with rubbish all night! :)
These are the filesize split points I have used...any obvious ones I have missed? (2GB is max file size anyway so it automatically splits there).
off,5MB,10MB,15MB,30MB,60MB,75MB,90MB,100MB,200MB,400MB,650MB,700MB,
1GB,1.5GB,1.75GB
http://www.rockbox.org/tracker/task/5605
--- End quote ---
great stuff Mmmm ;D
Couple of things:
(1) do you think the alternative option to specify a time to stop recording could be achieved? Without vbr recording (i.e. just wav) this option would be relevant and useful.
(2) With your current code, how would I ask my player to stop after say 2.5gb? (that would be approx 2 1/2 hrs with 44.1khz using normal line in). I know that a file will split after 2gb, so 2.5gb couldn't be achieved, BUT then it looks as if it can only ask for the max 2gb to be recorded then stop the player - or am I missing something?
thanks
Mmmm:
--- Quote from: jaybeee on June 27, 2006, 10:13:42 AM ---Couple of things:
(1) do you think the alternative option to specify a time to stop recording could be achieved? Without vbr recording (i.e. just wav) this option would be relevant and useful.
--- End quote ---
Do you mean the time as in 2.15pm type of thing? you can't do this on the H120 as is doesnt have a clock! My pach allows you to tell it to stop recording after a set amount of time.
--- Quote ---(2) With your current code, how would I ask my player to stop after say 2.5gb? (that would be approx 2 1/2 hrs with 44.1khz using normal line in). I know that a file will split after 2gb, so 2.5gb couldn't be achieved, BUT then it looks as if it can only ask for the max 2gb to be recorded then stop the player - or am I missing something?
thanks
--- End quote ---
You want more? how far do you want to go? ;)
I thought 2GB is about 3 hrs 25 mins of wav recording (if 10mb = 1 min) - isn't that right? Also the way I have done it it will only split at 2GB so the max for stopping at the mo is only 1.75 GB... I could change that relatively easily though...I would need to have a 'no split' option in 'split measure' though or people would be very annoyed if they had forgotten they had it set to stop and it stopped after 2GB (even with both time and size set to off) eh? :D
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version