|
1 | 1 | # AudioFile |
2 | 2 |
|
3 | 3 | <!-- Version and License Badges --> |
4 | | - |
| 4 | + |
5 | 5 |  |
6 | 6 |  |
7 | 7 |
|
@@ -122,6 +122,12 @@ Usage |
122 | 122 | audioFile.save ("path/to/desired/audioFile.aif", AudioFileFormat::Aiff); |
123 | 123 |
|
124 | 124 |
|
| 125 | +Examples |
| 126 | +----------------- |
| 127 | + |
| 128 | +Please see the `examples` folder for some examples on library usage. |
| 129 | + |
| 130 | + |
125 | 131 | A Note On Types |
126 | 132 | ----------------- |
127 | 133 |
|
@@ -150,6 +156,12 @@ If you prefer not to see these messages, you can disable this error logging beha |
150 | 156 | Versions |
151 | 157 | ------- |
152 | 158 |
|
| 159 | +##### 1.0.8 - 18th October 2020 |
| 160 | + |
| 161 | +- CMake support |
| 162 | +- Construct instances with a file path |
| 163 | +- Bug fixes |
| 164 | + |
153 | 165 | ##### 1.0.7 - 3rd July 2020 |
154 | 166 |
|
155 | 167 | - Support for 32-bit audio files |
@@ -185,7 +197,16 @@ Contributions |
185 | 197 | * Multichannel (i.e. >2 channels) audio file support ([Sidelobe](https://github.com/Sidelobe)) |
186 | 198 | * Read/write of iXML data chunks ([mynameisjohn](https://github.com/mynameisjohn)) |
187 | 199 | * Remove warnings ([Abhinav1997](https://github.com/Abhinav1997)) |
| 200 | +* Better support on Ubuntu ([BenjaminHinchliff](https://github.com/BenjaminHinchliff)) |
| 201 | + |
| 202 | +Want to Contribute? |
| 203 | +------- |
| 204 | + |
| 205 | +If you would like to submit a pull request for this library, please do! But kindly follow the following simple guidelines... |
188 | 206 |
|
| 207 | +* Make the changes as concise as is possible for the change you are proposing |
| 208 | +* Avoid unnecessarily changing a large number of lines - e.g. commits changing the number of spaces in indentations on all lines (and so on) |
| 209 | +* Keep to the code style of this library which is the [JUCE Coding Standards](https://juce.com/discover/stories/coding-standards) |
189 | 210 |
|
190 | 211 | License |
191 | 212 | ------- |
|
0 commit comments