faiface / beep

A little package that brings sound to any Go application. Suitable for playback and audio-processing.
MIT License
2.08k stars 152 forks source link

[ Issue #21 ] Adding Examples #23

Closed localleon closed 6 years ago

localleon commented 6 years ago

Adding some Examples

As requested here's the Pull Request for Issue #21 . Its just basic playing and i tried to keep the sample mp3 as small as possible (6,2kib) . Suggestions for more Examples ?

faiface commented 6 years ago

Hi, thanks a lot for contributing this example! Other example suggestions would be:

  1. using Ctrl
  2. using Mixer
  3. using Resample in real-time
  4. similary for Volume, Pan, and perhaps Doppler
localleon commented 6 years ago

Okay, i will correct the comments and add some more Examples. Maybe a specified folder for an example, so people can easily go build.

localleon commented 6 years ago

Updated the Pull Reques and added a folder structure for the Examples

faiface commented 6 years ago

Great! Thanks a lot for this.

localleon commented 6 years ago

Thanks for merging, im now working on the ctrl example and effects example