Categorygithub.com/lambher/blop
modulepackage
0.0.0-20201202220023-1809cccdd5a6
Repository: https://github.com/lambher/blop.git
Documentation: pkg.go.dev

# README

Blop

A little library that simplifies the way to load sounds and play them in any go applications.

go get -u github.com/lambher/blop

Features

Blop is based on the Beep package

  • Load WAV, MP3 and FLAC.
  • Play sound in easily way
  • Very small codebase. The core is just ~1K LOC.

Usage

package main

import "github.com/lambher/blop"

func main() {
    blop.LoadSound("blop", "sounds/blop.wav")

    // somewhere in your application
    blop.Play("blop")
}

Examples

| Example

Dependencies

Blop uses Beep package under the hood. Check its requirements to see what you need to install for building your application.

Running an already built application should work with no extra dependencies.

Licence

MIT

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author

# Structs

No description provided by the author