- Status Closed
- Percent Complete
- Task Type Bugs
- Category Plugins
- Assigned To No-one
- Operating System SW-codec
- Severity Low
- Priority Very Low
- Reported Version Daily build (which?)
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#8218 - Playback stops when metronome starts
When I start the metronome, music playback stops. You said that music playback could run concurrently with plugins. Thanks.
Closed by jdgordon
2007-11-25 10:37
Reason for closing: Not a Bug
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
2007-11-25 10:37
Reason for closing: Not a Bug
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
yes, music can run when plugins are
running… but only if the plugin doesnt
need to audio hardware (or the pcm
buffer)
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
No, it can’t since it uses the PCM hardware directly. Metronome could use the voice channel but the plugin would have to be converted to pass a continuous stream (including sending silence between long ticks) over to the pcm buffer rather than relying solely on a timer and pcm_play_data to do everything. Relying on mixing to get it there without alot of jitter if naiively sending the tick clip will be frustrating.
But chessbox works fine. I can hear the forster sisters while playing chess.