media

command module
v0.0.0-...-e96fd0b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 8, 2019 License: MIT Imports: 20 Imported by: 0

README

Roger Media Service

Handles audio/video tasks such as text-to-speech and transcoding.

Endpoints

POST /v1/recognize?file={filename}&bucket={bucket}

Turns speech into text. The source file should be in Google Storage already.

POST /v1/transcode?url={url}&bucket={bucket}

Transcodes the media file at {url} into the Google Storage bucket {bucket}.

Additional supported arguments:

  • bitrate
  • filename (defaults to {random}_t.{format})
  • sample_rate
  • format (defaults to mp3)
POST /v1/tts?text={text}&bucket={bucket}

Converts {text} to speech and puts it in the Google Storage bucket {bucket}.

Pushing a version

./deploy

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL