PHPackages                             michaeld555/filament-audio-generator-field - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. michaeld555/filament-audio-generator-field

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

michaeld555/filament-audio-generator-field
==========================================

A Filament field plugin that generates audio using AI

v1.0.0(1y ago)21402[1 issues](https://github.com/michaeld555/filament-audio-generator-field/issues)MITPHPPHP ^8.1

Since Oct 20Pushed 1y ago1 watchersCompare

[ Source](https://github.com/michaeld555/filament-audio-generator-field)[ Packagist](https://packagist.org/packages/michaeld555/filament-audio-generator-field)[ Docs](https://github.com/michaeld555/filament-audio-generator-field)[ RSS](/packages/michaeld555-filament-audio-generator-field/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (11)Versions (2)Used By (0)

Audio Generator Form Field for Filament Form
============================================

[](#audio-generator-form-field-for-filament-form)

[![Latest Version on Packagist](https://camo.githubusercontent.com/dec2d45259664d2fea5605c60532939080bdc1dc6751576e91272c7617c0ced8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d69636861656c643535352f66696c616d656e742d617564696f2d67656e657261746f722d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/michaeld555/filament-audio-generator-field)[![Total Downloads](https://camo.githubusercontent.com/5523032321bd8fb2edb23ea801b1a8297fa1ddbc6f0a5484c9e42b1d4f2b0aa6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d69636861656c643535352f66696c616d656e742d617564696f2d67656e657261746f722d6669656c642e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/michaeld555/filament-audio-generator-field)

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.

[![filament audio generator ai](https://camo.githubusercontent.com/0e3763be10474851b51b8215c1dea7cae22036372f7a9b1e09be961bb62c6bf7/68747470733a2f2f692e6962622e636f2f4e59464844596e2f66696c616d656e742d617564696f2e706e67)](https://camo.githubusercontent.com/0e3763be10474851b51b8215c1dea7cae22036372f7a9b1e09be961bb62c6bf7/68747470733a2f2f692e6962622e636f2f4e59464844596e2f66696c616d656e742d617564696f2e706e67)

Installation
============

[](#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](https://filamentadmin.com/docs/installation).

Install the package via composer
--------------------------------

[](#install-the-package-via-composer)

Run the following command in your terminal to install the package:

```
composer require michaeld555/filament-audio-generator-field
```

You can publish the config file with:

```
php artisan vendor:publish --tag="filament-audio-generator-field-config"
```

Optionally, you can publish the translations files:

```
php artisan vendor:publish --tag="filament-audio-generator-field-translations"
```

Usage
-----

[](#usage)

[![tutorial](https://camo.githubusercontent.com/166dfa53db417d7d80348acfe91327773695d0deee4bd8730621a4684e8a3d8e/68747470733a2f2f692e6962622e636f2f5a4c4c396466442f417564696f2d47656e657261746f722d4669656c642d657a6769662d636f6d2d766964656f2d746f2d6769662d636f6e7665727465722e676966)](https://camo.githubusercontent.com/166dfa53db417d7d80348acfe91327773695d0deee4bd8730621a4684e8a3d8e/68747470733a2f2f692e6962622e636f2f5a4c4c396466442f417564696f2d47656e657261746f722d4669656c642d657a6769662d636f6d2d766964656f2d746f2d6769662d636f6e7665727465722e676966)

Just add new Field or replace your FileUpload field with AudioGenerator field in your form schema definition:

```
use \Michaeld555\AudioGeneratorField\Forms\Components\AudioGenerator;

[...]
public static function form(Form $form): Form
{
    return $form
        ->schema([
            AudioGenerator::make('audio'),
        ]);
}
```

You could use all the same options as FileUpload field, for example:

```
use \Michaeld555\AudioGeneratorField\Forms\Components\AudioGenerator;

AudioGenerator::make('audio')
    ->disk('private')
    ->audioGenerator(false) // hide the 'Generate with AI' button,
```

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.

[![modal image](https://camo.githubusercontent.com/ab359d1800e1247005bcf82687beebf4e7fd29fd0fa5c643c9d665440bf35d3c/68747470733a2f2f692e6962622e636f2f723033796b76622f696d6167652e706e67)](https://camo.githubusercontent.com/ab359d1800e1247005bcf82687beebf4e7fd29fd0fa5c643c9d665440bf35d3c/68747470733a2f2f692e6962622e636f2f723033796b76622f696d6167652e706e67)

Credits
-------

[](#credits)

- [Michael Douglas](https://github.com/michaeld555)
- [Filament Image Generator - naturalGroove](https://github.com/naturalGroove/laravel-filament-image-generator-field)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance27

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

569d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/468ac93c5d3d72f0574d393b2582b56059fcc1cf48f564e63717a685f19d8b50?d=identicon)[michaeld555](/maintainers/michaeld555)

---

Top Contributors

[![michaeld555](https://avatars.githubusercontent.com/u/97418627?v=4)](https://github.com/michaeld555 "michaeld555 (4 commits)")

---

Tags

laravelaifilamentfilament-pluginlaravel-filamentfilament-audio-generator-fieldai-audioai-audio-generatorai-generator

###  Code Quality

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/michaeld555-filament-audio-generator-field/health.svg)

```
[![Health](https://phpackages.com/badges/michaeld555-filament-audio-generator-field/health.svg)](https://phpackages.com/packages/michaeld555-filament-audio-generator-field)
```

###  Alternatives

[maestroerror/laragent

Power of AI Agents in your Laravel project

630106.4k](/packages/maestroerror-laragent)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

320392.1k17](/packages/codewithdennis-filament-select-tree)[pboivin/filament-peek

Full-screen page preview modal for Filament

253319.6k12](/packages/pboivin-filament-peek)[schmeits/filament-character-counter

This is a Filament character counter TextField and Textarea form field for Filament v4 and v5

33184.7k6](/packages/schmeits-filament-character-counter)[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

124139.3k2](/packages/dotswan-filament-map-picker)[creagia/filament-code-field

A Filamentphp input field to edit or view code data.

58289.3k3](/packages/creagia-filament-code-field)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
