view terminal.h @ 1566:cbb40af77a94

Moved resample rate adjustment to after frame flip rather than in audio callback as it makes more sense there. Needs adjustment to avoid audible pitch changes
author Michael Pavone <pavone@retrodev.com>
date Tue, 17 Apr 2018 00:20:41 -0700
parents 0433fdd9ba66
children
line wrap: on
line source

#ifndef TERMINAL_H_
#define TERMINAL_H_

void init_terminal();
void force_no_terminal();

#define INPUT_PATH "/tmp/blastem_input"
#define OUTPUT_PATH "/tmp/blastem_output"

#endif //TERMINAL_H_