Closed (fixed)
Project:
AudioRecorderField
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
21 Jun 2013 at 17:30 UTC
Updated:
3 Jul 2013 at 17:50 UTC
Hi tamerzg,
I've created a media recorder module that uses the file_entity & media module for file display/operations. I applied for full project status but it was recommended that rather than create a new project I should combine what I've done as a feature request for audiorecorderfield.
Is this something that you would like to collaborate on? I noticed that audiorecorderfield has been in beta with no more commits for about a year. Is this project still actively being developed?
Please let me know where you stand as far as implementing this if possible, so I can either adapt my code to audiorecorderfield or reopen the project application.
Thanks!
Norman
Comments
Comment #1
tamerzg commentedHello,
Yes this project is actively maintained but currently on our low priority list. Audiorecorder is based on fields API and has its own hooks to let other modules implement different audio recorders without repeating the work at fields API.
I would suggest that you take a look at hook_audiorecorderfield_recorders() and see how could you implement your media recorder. Then we can either submit it to this module or it could be seperate project dependend on audiorecorderfield.
Comment #2
kenianbei commentedHi,
After some more discussion and thinking, I've decided to create a separate project. The main reason is that the media_recorder module supports video as well. Thanks for the clarification on project status and implementation though.
Norman