Download the PHP package michaeld555/filament-audio-generator-field without Composer
On this page you can find all versions of the php package michaeld555/filament-audio-generator-field. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download michaeld555/filament-audio-generator-field
More information about michaeld555/filament-audio-generator-field
Files in michaeld555/filament-audio-generator-field
Package filament-audio-generator-field
Short Description A Filament field plugin that generates audio using AI
License MIT
Homepage https://github.com/michaeld555/filament-audio-generator-field
Informations about the package filament-audio-generator-field
Audio Generator Form Field for Filament Form
This custom field allows you to generate audios with different languages and voices using free AI voice generator. It extends the FileUpload field and adds a button to open the audio generator modal where you can generate the audio file.

Installation
Before you begin, you must have the Laravel Filament package installed and configured. If you haven't done this yet, you can find the installation instructions here.
Install the package via composer
Run the following command in your terminal to install the package:
You can publish the config file with:
Optionally, you can publish the translations files:
Usage
Just add new Field or replace your FileUpload field with AudioGenerator field in your form schema definition:
You could use all the same options as FileUpload field, for example:
After you add the field to your form, you should see a button next to the file input. When you click the button, the audio generator modal will open.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-audio-generator-field with dependencies
filament/filament Version ^3.2
filament/forms Version ^3.0
illuminate/contracts Version ^10.0|^11.0
league/commonmark Version ^2.4
guzzlehttp/guzzle Version ^7.8
spatie/laravel-package-tools Version ^1.15.0
symfony/http-client Version ^6.4