adhearsion-asterisk

(★ 17)

Asterisk specific features for Adhearsion

File Explorer

  • .gitignore
  • .hound.yml
  • .rspec
  • .travis.yml
  • adhearsion-asterisk.gemspec
  • CHANGELOG.md
  • Gemfile
  • Guardfile
  • LICENSE.txt
  • Rakefile
  • README.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

play

View Details ▼

Audio player of SoX - Sound eXchange.
Plays any audio, with audio formats identified by the extension.

play {{path/to/audio_file}}

Play the given audio file:

play {{path/to/audio_file1 path/to/audio_file2 ...}}

Play the given audio files:

play {{path/to/audio_file}} speed 2.0

Play the given audio at twice the speed:

// repository documentation