mdlayher / waveform

Go package capable of generating waveform images from audio streams. MIT Licensed.
MIT License
353 stars 28 forks source link

Make use of latest Azul3D audio API. #9

Closed mewmew closed 8 years ago

mewmew commented 8 years ago

Updates mewkiz/flac#13.

For background information on the changes to Azul3D and the audio package, see azul3d/engine#1 and azul3d/engine#76.

mewmew commented 8 years ago

Note, this pull request only updates the Azul3D related functions. E.g. changing uses of audio.F64Samples to audio.Float64 (see issue azul3d/engine#76 for details).

Some functions of waveform are named, following the convention of the old Azul3D audio API (e.g. RMSF64Samples). For consistency, these function names may be updated in the future. To keep the pull request minimal, only Azul3D related changes have been done, but it may be worth keeping in mind. @mdlayher you could decide for yourself, if you wish to update these function names yourself.

Cheers /u

mdlayher commented 8 years ago

Looks great, thanks for the PR!

Stoyvo commented 8 years ago

Thanks @mewmew + @mdlayher ! Quick turn-around time.