Example of audiofield in use

Drupal 8

The Drupal 8 version of the Audio Field module is a full rewrite from the Drupal 7 module. This module is a file formatter for the File and Link modules. It allows you to upload or link audio files and play them on your site using one of several audio players available. It supports most audio formats (depends on the selected audio player).

Please see the module documentation for examples of the players in use.

Currently the module supports the following audio players, which must be downloaded and installed as libraries:

All of these supported audio players offer customization options in line with those made available by the audio players themselves. Those players above which are themable offer theme options as well. If you would like to see additional audio players added, please file an issue in the issue queue and we will do our best to accomodate the player.

Developed by

Daniel Moberly

Installation

View the module's README file and see the Documentation for more information.

Drupal 7

Audio Field module adds new field that allows you to upload and play audio files in HTML5 audio player or one of selected Flash players. Currently it supports 6 different Flash players (needs to be downloaded, see README) and it provides API for easy addition of new players.

Currently this module supports this 3 audio formats: MP3, Wav, and Ogg. Other modules can implement support for other formats using AudioField API.

Developed by

Tamer Zoubi

Installation

See the Documentation.

Select default player

Go to admin/settings/audiofield and you will see list of available players. Player you select will be used as default player for all audio files.

Add audio upload to the content type

First you must add audiofield to the preferred content type. Adding a field is done as adding any other field, select field type of "File" and widget of "Audio Upload".
You can add audiofield to any entity type (node, comment, user, taxonomy, etc...)

How to upload and play audio file?

After adding audiofield to content type you can upload audio files when creating new nodes. Uploaded audio files will be rendered in default player you selected in admin form.

How can you get involved?

  • Report any bugs, feature requests, etc. in the issue tracker.
  • Contribute code back to the module.

Tamer Zoubi can be contacted for paid customizations of this module and for Drupal consulting and development

Supporting organizations: 
Sponsoring development of Drupal 7 version

Project information

Releases