- Status Closed
- Percent Complete
- Task Type Bugs
- Category Recording
- Assigned To No-one
- Operating System Iriver H100 series
- Severity Critical
- Priority Very Low
- Reported Version
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#4799 - Max. Filesize Split Error
When prerecording is enabled the automatic filesplitting fails for maximum filesize (2GB-1MB).
This is because the prerecorded bytes are not taken into account.
Buggy function is ‘pcmrec_start()’ in ‘pcm_record.c’.
Line 644 must be
num_rec_bytes = pre_chunks * CHUNK_SIZE;
instead of
num_rec_bytes = 0;
Hope this is gonna be fixed soon because everybody using prerecording without time-filesplitting will have stopped recordings at max. filesize (3 hours 22 minutes 53 secs). And this is REALLY annoying.
Closed by petur
2006-03-09 18:40
Reason for closing: Accepted
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
2006-03-09 18:40
Reason for closing: Accepted
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
fixed
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
will fix this asap