AudioIdentify
AudioIdentify[audio] yields the result of attempting to identify what audio is a recording of.
AudioIdentify[audio, category] restricts the identification to the specified category.
AudioIdentify[audio, category, n] gives a list of up to n possible identifications.
Examples
Identify an audio sample:
audio = ExampleData[{"Audio", "Bird"}];
AudioIdentify[audio]Please visit the official Wolfram Language Reference for more details.