Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
adamstark committed Nov 18, 2024
1 parent 3887d1b commit 6536b6b
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- Version and License Badges -->

![Version](https://img.shields.io/badge/version-1.1.1-green.svg?style=flat-square)
![Version](https://img.shields.io/badge/version-1.1.2-green.svg?style=flat-square)
![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)
![Language](https://img.shields.io/badge/language-C++-yellow.svg?style=flat-square)

Expand All @@ -27,7 +27,6 @@ AudioFile is written and maintained by Adam Stark.

AudioFile<double> audioFile;


### Load an audio file:

audioFile.load ("/path/to/my/audiofile.wav");
Expand Down Expand Up @@ -179,6 +178,13 @@ If you prefer not to see these messages, you can disable this error logging beha

## Versions

##### 1.1.2 - 18th November 2024

- Improved AIFF sample rate calculations
- Improved CMake support
- Code improvements
- Bug and warning fixes

##### 1.1.1 - 4th April 2023

- Support for integer formats
Expand Down Expand Up @@ -237,13 +243,17 @@ Many thanks to the following people for their contributions to this library:

- [Abhinav1997](https://github.com/Abhinav1997)
- [alxarsenault](https://github.com/alxarsenault)
- [ascii255](https://github.com/ascii255)
- [BenjaminHinchliff](https://github.com/BenjaminHinchliff)
- [BesselJ](https://github.com/BesselJ)
- [cgraf78](https://github.com/cgraf78)
- [emiro85](https://github.com/emiro85)
- [encoded](https://github.com/encoded)
- [heartofrain](https://github.com/heartofrain)
- [helloimmatt](https://github.com/helloimmatt/)
- [leocstone](https://github.com/leocstone)
- [MatthieuHernandez](https://github.com/MatthieuHernandez)
- [Metalsofa](https://github.com/Metalsofa)
- [mrpossoms](https://github.com/mrpossoms)
- [mynameisjohn](https://github.com/mynameisjohn)
- [Sidelobe](https://github.com/Sidelobe)
Expand Down

0 comments on commit 6536b6b

Please sign in to comment.