faiface / beep

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

Features #1

Open faiface opened 6 years ago

faiface commented 6 years ago

Here we have the new repo, hope you like the new name!

In the old repo, we had an issue where we discussed the progress and features. I liked this approach, so I'm bringing it here too.

The methodology remains:

  1. Look through the list of features below.
  2. Select one which you'd like to implement.
  3. Post a comment with: a) The feature. b) The minimum time it will take you from posting the comment. (I'll be surprised if I finish it by this time.) c) The maximum time it will take you from posting the comment. (I'll be embarrassed if I don't finish it by this time.)
  4. Do the work.

The structured list of features

mewmew commented 6 years ago

a) The feature. FLAC decoding.

b) The minimum time it will take you from posting the comment. (I'll be surprised if I finish it by this time.) 24 hours.

c) The maximum time it will take you from posting the comment. (I'll be embarrassed if I don't finish it by this time.) 1 month.

/cc @karlek <3

faiface commented 6 years ago

@mewmew I moved the flac decoding/encoding feature to the main list. Thanks for giving the hand!

faiface commented 6 years ago

I just implemented the Dup compositor, which duplicates a Streamer.

jaamo commented 5 years ago

I'm working on an experiment and would need an equalizer. Any estimate when you would have time to think about it or any hints how could I add a such feature?