Skip to content

Releases: AudDMusic/audd-node

v1.5.9

18 May 17:07

Choose a tag to compare

v1.5.8

18 May 13:22

Choose a tag to compare

Renames the providers option from return to returnMetadata on RecognizeOptions and RecognizeEnterpriseOptions, and adds an extraParameters field on RecognizeOptions, RecognizeEnterpriseOptions, SetCallbackUrlOptions, and AddStreamOptions for passing arbitrary form fields not covered by typed options. Typed options win on collision.

await audd.recognize(url, {
  returnMetadata: ["apple_music", "spotify"],
  extraParameters: { some_beta_flag: "true" },
});

The README also gains Fastify, Koa, and Next.js framework wiring examples under ### Handling callback POSTs.

v1.5.7

08 May 17:30

Choose a tag to compare

Initial release v1.5.7

v1.5.6

08 May 13:32

Choose a tag to compare

Initial release v1.5.6