Rockbox

This is the bug/patch tracker for Rockbox. Click here for more information.

Quick links: Bugs · Patches · Rockbox frontpage

Tasklist

FS#6035 - Platform independent recording API

Attached to Project: Rockbox
Opened by Rani Hod (RaeNye) - Wednesday, 20 September 2006, 17:38 GMT+2
Last edited by Peter D'Hoye (petur) - Thursday, 02 August 2007, 22:56 GMT+2
Task Type Feature Requests
Category Recording
Status Closed
Assigned To No-one
Player Type All players
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Private No

Details

I would like to be able to access recorded PCM data in a platform independent way.
pcm_record.c currently only allows recording to a file.

Specifically, I'd like plugins to be able to real-time process recorded data, probably via a callback function.

This FS is a basis for other DSP-related FS, see related tasks.
Closed by  Björn Stenberg (zagor)
Thursday, 02 August 2007, 22:56 GMT+2
Reason for closing:  Invalid
Additional comments about closing:  Closing all feature requests.
Comment by Michael Sevakis (MikeS) - Sunday, 01 July 2007, 20:10 GMT+2
We have all this now on target and have for awhile. Some can already record and play simultaneously (namely Coldfire targets like x5, H100/300 series) and I think many pp502x targets could have the bi-directional stuff added in but they should already be able to record in plugins using the same API the core pcm_record.c depends on.

Loading...