> For the complete documentation index, see [llms.txt](https://docs.yarnspinner.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yarnspinner.dev/2.0/api/csharp/yarn.unity/yarn.unity.findvoiceover/yarn.unity.findvoiceover.getmatchingvoiceoveraudioclip.md).

# GetMatchingVoiceOverAudioClip(string,string)

Method in [FindVoiceOver](/2.0/api/csharp/yarn.unity/yarn.unity.findvoiceover.md)

## Summary

Finds all voice over `AudioClip` s in the project with a filename matching a Yarn linetag and a language ID.

```csharp
public static string[] GetMatchingVoiceOverAudioClip(string linetag, string language)
```

## Parameters

| Name              | Description                                                 |
| ----------------- | ----------------------------------------------------------- |
| `string` linetag  | The linetag/string ID the voice over filename should match. |
| `string` language | The language ID the voice over filename should match.       |

## Returns

A string array with GUIDs of all matching `AudioClip` s.
