Support and General Use > Recording

Recording conversations

<< < (2/3) > >>

gevaerts:

--- Quote from: JdGordon on September 11, 2010, 07:32:21 AM ---if you are already recording the conversation, the obvious way to do this would have rockbox write a .cue file to go with the recording, each time you press some button a new mark will be set.
dead simple to implement.

--- End quote ---

Either a cue file or a bookmark file. Both would work, but maybe the cue file is indeed better if you process the thing outside of rockbox.

mmccoo:
ah. well that sounds promising. The marks don't have to be part of the main output file.


--- Quote from: gevaerts on September 11, 2010, 07:36:56 AM ---Either a cue file or a bookmark file. Both would work, but maybe the cue file is indeed better if you process the thing outside of rockbox.

--- End quote ---

I'll have to look into the APIs.

Thanks
Miles

nls:
this can be done pretty easily by just splitting the recording to a new file. most devices should have a button for this, usually the same as starts the recording IIRC so if you split after an interesting part the previous file ends with that.

JdGordon:
indeed, but it seems to me that cuesheet would be better suited because by the time you realise "now would be a good time to split/mark" it could be 10s already so spltting then would actually be too far past the position you want. Obviously the cue would be pst that point also but then that is just a text file which can be easily fixed on a PC later.

JdGordon:
quick code scout suggests this would be stupidly simple to implement as a "filesplit" option which would make it "just work" with the existing trigger stuff and the split button.

just need to add some logic in rec_command() in the RECORDING_CMD_START_NEWFILE case. (but its now 1am so something for another day maybe)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version