Skip to content

Commit 9a07e1a

Browse files
committed
Made VoiceService obsolete. It will be changed to more elegant solution
1 parent edf1cc6 commit 9a07e1a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/MaIN.Services/Services/TTSService/VoiceService.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
namespace MaIN.Services.Services.TTSService;
55

6+
[Obsolete("This is temporary, duct-tape like solution. It can and will evolve into something more robust")]
67
public static class VoiceService
78
{
89
private static string? _voicesPath;

0 commit comments

Comments
 (0)