Rockbox

  • Status Closed
  • Percent Complete
    100%
  • 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
Attached to Project: Rockbox
Opened by vinylivo - 2006-03-08

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

fixed

petur commented on 2006-03-09 16:55

will fix this asap

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing