Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
* develop:
  Adding release notes.
  Adding release notes for v9.
  • Loading branch information
AddictedCS committed Nov 30, 2023
2 parents 87b284e + e37d3ea commit a0ba5b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ Read [Supported Media Formats][audio-services-wiki-page] page for details about
### Video fingerprinting support since version 8.0.0
Since `v8.0.0` video fingerprinting support has been added. Similarly to audio fingerprinting, video fingerprints are generated from video frames, and used to insert and later query the datastore for exact and similar matches. You can use `SoundFingerprinting` to fingerprint either audio or video content or both at the same time. More details about video fingerprinting are available [here][video-fingerprinting-wiki-page].

### Version 9
Version 9 was released to accomodate `SoundFingerprinting.Emy` v9.0.0, which upgrades to FFmpeg v5.x (breaking change as prior versions are using FFmpeg v4.x.
If you are not using `SoundFingerprinting.Emy` you can safely upgrade to v9.


### FAQ
- Can I apply this algorithm for speech recognition purposes?
Expand Down Expand Up @@ -91,7 +95,7 @@ If you want to contribute you are welcome to open issues or discuss on [issues](
### License
The framework is provided under [MIT](https://opensource.org/licenses/MIT) license agreement.

© Soundfingerprinting, 2010-2021, sergiu@emysound.com
© Soundfingerprinting, 2010-2024, sergiu@emysound.com


[emy-nuget]: https://www.nuget.org/packages/SoundFingerprinting.Emy
Expand Down
6 changes: 4 additions & 2 deletions src/SoundFingerprinting/SoundFingerprinting.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Nullable>enable</Nullable>
<PackageVersion>9.0.0-beta</PackageVersion>
<PackageVersion>9.0.0</PackageVersion>
<Authors>Sergiu Ciumac</Authors>
<PackageDescription>SoundFingerprinting is a C# framework that implements an efficient algorithm of audio fingerprinting and identification. Designed for developers, enthusiasts, researchers in the fields of audio processing, data mining, digital signal processing.</PackageDescription>
<PackageProjectUrl>https://github.com/addictedcs/soundfingerprinting</PackageProjectUrl>
<RepositoryUrl>https://github.com/AddictedCS/soundfingerprinting</RepositoryUrl>
<RepositoryType>git</RepositoryType>
<PackageReleaseNotes>
Version bump to v9.0.0 accomodating SoundFingerprinting.Emy version upgrade, targeting FFmpeg update.
Version bump to v9.0.0 accomodating SoundFingerprinting.Emy version upgrade.
If you are using SoundFingerprinting.Emy, please upgrade your FFmpeg library to v5. FFmpeg v4 will not be working with SoundFingerprinting.Emy v9.0.0.
If you are not using SoundFingerprinting.Emy, you can safely ignore this message.
</PackageReleaseNotes>
<PackageTags>Audio Video Identification Fingerprinting Digital Signal Processing Music Recognition Data Mining Content Sound Shazam</PackageTags>
<LangVersion>latest</LangVersion>
Expand Down

0 comments on commit a0ba5b4

Please sign in to comment.