GithubHelp home page GithubHelp logo

carsyn3's Introduction

Allgemein: Das Programm startet in ST.java, dort wird eine Sprachsynthese erzeugt und ausgeführt. Eine Sprachsynthese ist vom Typ "CarSynthesisAbstract" abgeleitet und in ST.java ist das die Variable "run". Es gibt aktuell 2 Synthesen: "SynthesisMinimum" und "SynthesisRunner" welche beide eben halt von "CarSynthesisAbstract" abgeleitet sind. Was die enstprechenden Synthesen machen steht in den jeweiligen Klassen als Klassen Kommentar über der Klasse.

Einstellung: Momentan muss man um die Synthese zu wechseln einfach in ST.java den initialisierten Typ von der Variable "run" verändern, zB: Statt static CarSynthesisAbstract run = new SynthesisRunner("Nach links abbiegen in"); benutzen wir: static CarSynthesisAbstract run = new SynthesisMinimum("Nach links abbiegen in");

Ausführung: Bei Start des Programmes wird der Meterwert langsam oder schnell von 150 Meter runtergezählt, wobei die Geschwindigkeit (in m/s) durch einen Schieberegler (welcher bei Programmstart erscheint) eingestellt werden kann. Bei der Ausführung wird momentan der aktuelle Meterwert in der Konsole ausgegeben, sowie eine aktuelle Information was gerade ausgesprochen wird (sowas wie "Counter" steht dafür, dass gerade sowas gesagt wird wie "hundert", "Anfang" steht dafür, dass die Turninformation ausgegeben wird (sowas wie "Nach links abbiegen in") diese Kommentarausgaben werden in den jeweiligen Synthesen in der Methode "protected void stretchMeters" erzeugt).

Anmerkungen:

Die Konsolenausgabe was gerade gesagt wird ("Counter" etc) ist momentan nicht ganz zuverlässig

ST.java ist noch dreckig

carsyn3's People

Contributors

jiyanj91 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.