1
1
# AudioFile
2
2
3
3
<!-- Version and License Badges -->
4
- ![ Version] ( https://img.shields.io/badge/version-1.1.0 -green.svg?style=flat-square )
4
+ ![ Version] ( https://img.shields.io/badge/version-1.1.1 -green.svg?style=flat-square )
5
5
![ License] ( https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square )
6
6
![ Language] ( https://img.shields.io/badge/language-C++-yellow.svg?style=flat-square )
7
7
@@ -185,6 +185,12 @@ If you prefer not to see these messages, you can disable this error logging beha
185
185
Versions
186
186
-------
187
187
188
+ ##### 1.1.1 - 4th April 2023
189
+
190
+ - Support for integer formats
191
+ - Improved unit testing
192
+ - Many bug fixes
193
+
188
194
##### 1.1.0 - 15th January 2022
189
195
190
196
- Moved project to MIT licence
@@ -234,13 +240,20 @@ Versions
234
240
Contributions
235
241
-------
236
242
237
- * Multichannel (i.e. >2 channels) audio file support ([ Sidelobe] ( https://github.com/Sidelobe ) )
238
- * Read/write of iXML data chunks ([ mynameisjohn] ( https://github.com/mynameisjohn ) )
239
- * Remove warnings ([ Abhinav1997] ( https://github.com/Abhinav1997 ) )
240
- * Better support on Ubuntu ([ BenjaminHinchliff] ( https://github.com/BenjaminHinchliff ) )
241
- * Faster loading of audio files ([ helloimmatt] ( https://github.com/helloimmatt/ ) )
242
- * Improvements to Github Actions workflow ([ emiro85] ( https://github.com/emiro85 ) )
243
- * Pull request review ([ MatthieuHernandez] ( https://github.com/MatthieuHernandez ) )
243
+ Many thanks to the following people for their contributions to this library:
244
+
245
+ * [ Abhinav1997] ( https://github.com/Abhinav1997 )
246
+ * [ alxarsenault] ( https://github.com/alxarsenault )
247
+ * [ BenjaminHinchliff] ( https://github.com/BenjaminHinchliff )
248
+ * [ emiro85] ( https://github.com/emiro85 )
249
+ * [ heartofrain] ( https://github.com/heartofrain )
250
+ * [ helloimmatt] ( https://github.com/helloimmatt/ )
251
+ * [ MatthieuHernandez] ( https://github.com/MatthieuHernandez )
252
+ * [ mrpossoms] ( https://github.com/mrpossoms )
253
+ * [ mynameisjohn] ( https://github.com/mynameisjohn )
254
+ * [ Sidelobe] ( https://github.com/Sidelobe )
255
+ * [ sschaetz] ( https://github.com/sschaetz )
256
+ * [ Yhcrown] ( https://github.com/Yhcrown )
244
257
245
258
Want to Contribute?
246
259
-------
@@ -250,6 +263,7 @@ If you would like to submit a pull request for this library, please do! But kind
250
263
* Make the changes as concise as is possible for the change you are proposing
251
264
* Avoid unnecessarily changing a large number of lines - e.g. commits changing the number of spaces in indentations on all lines (and so on)
252
265
* Keep to the code style of this library which is the [ JUCE Coding Standards] ( https://juce.com/discover/stories/coding-standards )
266
+ * Make the changes relative to the develop branch of the library (as this may have advanced beyond the master branch)
253
267
254
268
License
255
269
-------
0 commit comments