protyposis / Aurio

Audio Fingerprinting & Retrieval for .NET
GNU Affero General Public License v3.0
128 stars 28 forks source link

Exceptions in current release #11

Closed Johndirr closed 5 years ago

Johndirr commented 5 years ago

I just tried the newest release by running the Aurio.Test.FingerprintingHaitsmaKalker2002 project. It gives me the following exeption on any file I throw at it: "NotSupportedException: Cannot create instance because no factory has been set."

Ignoring the previous exception I also get the following Exception when the wav file gets written: "Invalid WAV file - No fmt chunk found"

Any idea whats wrong here?

protyposis commented 5 years ago

The exception happened because the app did not set the FFT and resampling factories. Should be fixed now.