Browse Source

Updated CREDITS.md.

pull/176/head
Vladimír Vondruš 10 years ago
parent
commit
d6a8c44a0d
  1. 3
      CREDITS.md
  2. 1
      src/MagnumPlugins/WavAudioImporter/Test/WavImporterTest.cpp
  3. 1
      src/MagnumPlugins/WavAudioImporter/WavHeader.h
  4. 1
      src/MagnumPlugins/WavAudioImporter/WavImporter.cpp
  5. 1
      src/MagnumPlugins/WavAudioImporter/WavImporter.h

3
CREDITS.md

@ -37,5 +37,8 @@ Contributors to Magnum library
* Gerhard de Clercq -- Windows RT (Store/Phone) port
* Ashwin Ravichandran ([@](ashrko619)[https://github.com/ashrko619]) --
Bézier curve implementation
* Alice Margatroid ([@Alicemargatroid](https://github.com/Alicemargatroid)) --
Multi-channel support in Audio library, standard conformance, float,
double, A-Law and μ-Law format support in `WavAudioImporter` plugin
Big thanks to everyone involved!

1
src/MagnumPlugins/WavAudioImporter/Test/WavImporterTest.cpp

@ -3,6 +3,7 @@
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Copyright © 2016 Alice Margatroid <loveoverwhelming@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),

1
src/MagnumPlugins/WavAudioImporter/WavHeader.h

@ -5,6 +5,7 @@
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Copyright © 2016 Alice Margatroid <loveoverwhelming@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),

1
src/MagnumPlugins/WavAudioImporter/WavImporter.cpp

@ -3,6 +3,7 @@
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Copyright © 2016 Alice Margatroid <loveoverwhelming@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),

1
src/MagnumPlugins/WavAudioImporter/WavImporter.h

@ -5,6 +5,7 @@
Copyright © 2010, 2011, 2012, 2013, 2014, 2015, 2016
Vladimír Vondruš <mosra@centrum.cz>
Copyright © 2016 Alice Margatroid <loveoverwhelming@gmail.com>
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),

Loading…
Cancel
Save