atarivoxengines

package
v0.30.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2024 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Overview

Package atarivoxengines contains implementations of the AtariVoxEngine interface, for use with the AtariVox peripheral.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AtariVoxEngine

type AtariVoxEngine interface {
	// Quit instructs the engine to cleanup and quit
	Quit()

	// Interpret SpeakJet code and forward to engine
	SpeakJet(uint8)

	// Flush any outstanding instructions from previous calls to SpeakJet()
	Flush()
}

AtariVoxEngine defines the operations required by any process that can interperet SpeakJet codes.

func NewFestival

func NewFestival(executablePath string) (AtariVoxEngine, error)

NewFestival creats a new festival instance and starts a new festival process which we'll communicate with via a stdin pipe.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL