Allows to record a voice through the microphone to a file field. Provides a new file field widget "Voice recorder". It implements handy library recorder.js. There is the "AudioRecorderField" module , but it's really buggy, and seems to be not maintainable.
git clone --recursive --branch 7.x-1.x zolexiy@git.drupal.org:sandbox/zolexiy/1781320.git audio_recorder
Made for Drupal 7.
Comments
Comment #1
klausiWelcome,
We are currently quite busy with all the project applications and I can only review projects with a review bonus. Please help me reviewing and I'll take a look at your project right away :-)
Problems raised by automated review tools: http://ventral.org/pareview/httpgitdrupalorgsandboxzolexiy1781320git
Comment #2
klausiClosing due to lack of activity. Feel free to reopen if you are still working on this application.
If you reopen this please keep in mind that we are currently quite busy with all the project applications and I can only review projects with a review bonus. Please help me reviewing and I'll take a look at your project right away :-)
Comment #3
Aleksey Zubko commentedThank you, klausi.
Have fixed all warnings from ventral.org review.
Also reviewed some modules.
Comment #4
klausiThank you for your reviews. When finishing your review comment also set the issue status either to "needs work" (you found some problems with the project) or "reviewed & tested by the community" (you found no major flaws).
manual review:
require_once 'mymodule.inc';.Removing review bonus tag, you can add it again if you have done another 3 reviews of other projects.
Comment #5
andeersg commentedHi Drucode,
Cool idea. Installed it with no problem. But, i miss a better readme, took me awhile to figure out it was a widget for the File-field type.
Try to write your README.txt according to README files.
Also, have you checked what license recorder.js has? Drupal.org has a rule: "4.2 Ensure the repository does not contain any 3rd party (non-GPL) code."
You should go through the checklist and make sure you have done everything.
Your function "audio_recorder_element_info()" in audio_recorder.module does not create the correct path to my drupal installation which is in a subfolder.
You have:
'data' => array('audioRecorder' => array('swfSrc' => '/' . $path . '/swf/recorder.swf')),You should remove the slash before $path.
Noticed klausi had written a review while i was writing mine, but i see i have found som extra issues.
Edit: Don't know why the PAReviw bonus got added back, was not my intention.
Comment #6
PA robot commentedClosing due to lack of activity. Feel free to reopen if you are still working on this application.
I'm a robot and this is an automated message from Project Applications Scraper.
Comment #6.0
PA robot commentedAdded 3 module reviews.