This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
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
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
|
DetailsI 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.
Thursday, 02 August 2007, 22:56 GMT+2
Reason for closing: Invalid
Additional comments about closing: Closing all feature requests.
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.