| 136 | } |
| 137 | |
| 138 | std::string AudioInterface::GetFluidsynthSoundfont() const { |
| 139 | return cfg.soundfont.Get(); |
| 140 | } |
| 141 | |
| 142 | void AudioInterface::SetFluidsynthSoundfont(std::string_view sf) { |
| 143 | cfg.soundfont.Set(ToString(sf)); |
no test coverage detected