8 lines
97 B
C#
8 lines
97 B
C#
namespace SpeechLib {
|
|
public enum SpeechVoicePriority {
|
|
SVPNormal,
|
|
SVPAlert,
|
|
SVPOver
|
|
}
|
|
}
|