dispel.providers.bdh.io.voice module#

Function for converting voice BDH JSON files into a reading.

dispel.providers.bdh.io.voice.get_level_id(config)[source]#

Parse level id from level type and configuration.

Parameters:

config (dict) – The level configuration

Returns:

Level id for the level.

Return type:

LevelId

Raises:

NotImplementedError – If the given mode parsing has not been implemented.