praat-sys 0.2.0

Low-level Rust bindings for the Praat
docs.rs failed to build praat-sys-0.2.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

PRAAT-SYS

Praat-sys is a low level linker which compiles a headless Praat.

Version:

v0.2.0

I am confident in the stability of the praat/praat-sys bridge. Windows/Linux support still in development.

Supported OS:

  • Mac OS 11.0+ on x86 architecture (M1/M2/M3/M4/M5)
  • (In Progress) Windows - Groundwork is layed out
  • (In Progress) Linux - Groundwork is layed out

Things To Know

This comes with a copy of the praat source code and certain macintosh headers in praat-src/sys/Gui.h

#elif defined (macintosh)
    //#include "macport_on.h"
    //#include <Cocoa/Cocoa.h>
    //#include "macport_off.h"
#elif defined (macintosh)

#ifndef RUSTMOUTH_HEADLESS 
    // TXNObject d_macMlteObject;
    // TXNFrameID d_macMlteFrameId;
#endif

License

praat-sys is part of RustMouth, falling under: Licensed under the GNU General Public License v3.0 (GPL-3.0)