codemonkey76/transcription
Composer 安装命令:
composer require codemonkey76/transcription
包简介
Transcription of audio files using AWS Transcribe
README 文档
README
Features
- Transcribe audio files.
- Facade Included.
Requirements
This package uses the Amazon AWS Transcribe service, it transcribes files that are located on S3 Storage, so you will need an Amazon AWS account, and need to setup an S3 bucket with approperiate permissions. You can then set the following environment variables to configure the service:
AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_BUCKET=
AWS_DEFAULT_REGION=
TRANSCRIPTION_FOLDER=
TRANSCRIPTION_LANGUAGE=
TRANSCRIPTION_MEDIA=
TRANSCRIPTION_DELAY=
Installation
Simply require the package and Laravel will Auto-Discover the Service Provider.
composer require codemonkey76/transcription
Publish the config file
php artisan vendor:publish --provider="Codemonkey76\Transcription\TranscriptionServiceProvider"
Usage:
<?php use Codemonkey76\Transcription; $jobName = Transcription::start($file); sleep(60); $result = Transcription::status($jobName);
统计信息
- 总下载量: 76
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-11-23