mqtt2play

package module
v0.0.0-...-2fb2358 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2021 License: Apache-2.0 Imports: 13 Imported by: 0

README

What is it?

This project is a CLI appliction what subscribes to MQTT topic and plays sounds from files stored on disk

At now, application supports .wav and .mp3 file formats

Usage

  1. Place your sound files into sfx/ directory
  2. Start application
  3. Send filename to mqtt2play/play topic as text
  4. Enjoy

Contributing

This project is written in Golang. If you want to contribute code:

  1. Ensure you are running golang version 1.16 or greater for go module support
  2. Check-out the project: git clone https://github.com/iamtio/mqtt2play && cd mqtt2play
  3. Make sure libasound2-dev installed on your system (Debian, Ubuntu)
  4. Make changes to the code
  5. Build the project, e.g. via go build ./cmd/mqtt2play-server
  6. Evaluate and test your changes MQTT2PLAY_BROKERS=localhost:1883; ./mqtt2play-server
  7. Make a pull request

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func FindSfx

func FindSfx(directory string) []string

func GetAudioFileType

func GetAudioFileType(filepath string) (string, error)

func PlaySound

func PlaySound(ctx context.Context, filepath string) error

Types

This section is empty.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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