> 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.md).

# FindVoiceOver

Class in [Yarn.Unity](/2.0/api/csharp/yarn.unity.md)

Inherits from `System.Object`

## Summary

Provides methods for finding voice over `AudioClip` s in the project matching a Yarn linetag/string ID and a language ID.

```csharp
public static class FindVoiceOver
```

## Methods

| Name                                                                                                                                                                              | Description                                                                                                  |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------ |
| [GetAsseetsInMatchingLanguageDirectory(string\[\],string)](/2.0/api/csharp/yarn.unity/yarn.unity.findvoiceover/yarn.unity.findvoiceover.getasseetsinmatchinglanguagedirectory.md) |                                                                                                              |
| [GetMatchingVoiceOverAudioClip(string,string)](/2.0/api/csharp/yarn.unity/yarn.unity.findvoiceover/yarn.unity.findvoiceover.getmatchingvoiceoveraudioclip.md)                     | Finds all voice over `AudioClip` s in the project with a filename matching a Yarn linetag and a language ID. |
| [SearchAssetDatabase(string,string)](/2.0/api/csharp/yarn.unity/yarn.unity.findvoiceover/yarn.unity.findvoiceover.searchassetdatabase.md)                                         |                                                                                                              |
