Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

pyatnitsev/laravel-yandex-speech

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is it?

This is small library, that adds Facade in laravel 5, that implements Yandex Speech Kit Cloud.

At this moment, library can transform audio file to text only.

Installation

Composer

Run the following to include this via Composer

   composer require pyatnitsev/yandex-speech

Laravel 5 Configuration

To install into a Laravel project, first do the composer install then add class to your config/app.php service providers list.

   Pyatnitsev\YandexSpeech\YandexSpeechServiceProvider::class,

Usage

Add using for facade:

   use Pyatnitsev\YandexSpeech\YandexSpeechFacade;

and next use it in controller:

   YandexSpeechFacade::getTextByAudioByURL($filePath);

this method returns best suggestion or false if no suggestions

License

This package is licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages