An Azure service that integrates speech processing into apps and services.
**Welcome to Microsoft Q&A!**Hello @Ignacio Massari I hope you are doing well,
For Norwegian Bokmål (nb-NO), the current Azure Speech documentation lists plain-text customization, but not audio + human-labeled transcript training. Therefore, acoustic adaptation using labeled Norwegian audio is not currently supported. ([Microsoft Learn](https://learn.microsoft.com/azure/ai-services/speech-service/language-support?tabs=pronunciation-assessment&utm_source=chatgpt.com"Language and Voice Support for Azure Speech - Foundry Tools | Microsoft Learn"))
For your dialect-focused scenario, the practical options are:
- Use plain-text Custom Speech to improve domain-specific vocabulary.
- Use phrase lists at runtime to boost names, locations, terminology, and other expected phrases. ([Microsoft Learn](https://learn.microsoft.com/en-us/azure/ai-services/speech-service/improve-accuracy-phrase-list?utm_source=chatgpt.com"Improve recognition accuracy with phrase list - Foundry Tools | Microsoft Learn"))
- Test representative recordings from the different Norwegian dialects to measure where the base model struggles.
- Microsoft's documentation explains that audio + human-labeled transcripts are specifically useful for improving acoustic characteristics such as accents and speaking styles, but that capability depends on the locale's supported customization features. nb-NO currently isn't listed as supporting that training method. ([Microsoft Learn](https://learn.microsoft.com/en-sg/azure/ai-services/speech-service/language-support?tabs=tts&utm_source=chatgpt.com"Language and Voice Support for Azure Speech - Foundry Tools | Microsoft Learn"))
References:
- Language and voice support for Azure Speech
- Training and testing datasets
- Improve recognition accuracy with phrase lists
If this answer helped clarify the platform capabilities and save you troubleshooting time, please consider marking it as Accepted. This helps others in the community find similar solutions.