Laravel Nova icon Nova Packages
This package is possibly abandoned. Please proceed with care.

Readme

Nova Audio

Nova audio is a simple audio player for Nova using HTML5 audio.

Installing

composer require rhyslees/nova-audio

Usage:

use RhysLees\NovaAudio\Audio;

public function fields(Request $request)
{
    return [
        ...
        Audio::make('Audio')
            ->disk('public'),
        ...
    ];
}

Nova Audio extends Nova's built-in File Field so you can use the same options the come with Nova's File Field. In addition, Nova Audio has a few extra options:

    /**
     * Preloads the audio for instant playback.
     */
    ->preload($value = 'auto')

    /**
     * Instructs the field to autoplay the audio.
     */
    ->autoplay($value = true)

    /**
     * Show the playback speed controls for the audio field.
     */
    ->playbackRate($value = true)

Screenshots

Back to Top
Added 2 years ago
Last updated 2 Years Ago
Version 3.0.0
Nova Version ^4.22
Composer
rhyslees/nova-audio
GitHub stars 2
Packagist downloads 1,101

Favorites

1 user favorited

Rating

0.00
(out of 5)
★★★★★
★★★★
★★★
★★
0 ratings

Tags

Brought to you by Tighten

Issues/Feature Requests Stats Package Ideas