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

tamerzg’s picture

Hello,

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.

kenianbei’s picture

Status: Active » Closed (fixed)

Hi,

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