GoogleAssistantWindows
Const.cs
namespace GoogleastistantWindows
{
public clast Const
{
public const string Folder = "GoogleastistantWindows";
public const string astistantEndpoint = "embeddedastistant.googleapis.com";
public const string astistantScope = "https://www.googleapis.com/auth/astistant-sdk-prototype";
public static readonly string[] Scope = { "openid", astistantScope };
public const string User = "user";
public const int SampleRateHz = 16000;
public const int MaxRecordMillis = 30 * 1000;
}
}