#include "ESP8266SAM.h"
#include "AudioOutputPWM.h"
#ifdef WIN32
#include <shlwapi.h>
#endif
int __cdecl main() {
ESP8266SAM sam;
#ifdef WIN32
const char*onepiece=PathGetArgs(GetCommandLine());
if (onepiece && *onepiece) {
AudioOutputPWM out(22050);
sam.Say(onepiece);
}else
#endif
{
{
AudioOutputPWM out(22050);
#ifdef NORECITER
sam.SetPhonetic();
sam.Say("KAEN YUW /HIY5R MIY NAW4?¢");
#else
sam.Say("Can you hear me now?"); // "KAEN YUW /HIY5R MIY NAW4?¢"
#endif
} // Destruktor wird hier gerufen: Macht Soundausgabe!
{
AudioOutputPWM out(22050);
// sam.Say(out,"I cannot hear you!");
sam.SetPhonetic();
sam.Say("AYNS TSWAY DRAY¢");
} // Destruktor wird hier gerufen: Macht Soundausgabe!
}
}
Detected encoding: OEM (CP437) | 1
|
|