Skip to content

Commit 8713faf

Browse files
authored
Fix README rendering
Markdown was invalid.
1 parent fda98e3 commit 8713faf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.markdown

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#J.A.R.V.I.S. (Java-Speech-API)
1+
# J.A.R.V.I.S. (Java-Speech-API)
22

33
J.A.R.V.I.S. Java Speech API: Just A Reliable Vocal Interpreter & Synthesizer.
44
This is a project for the Java Speech API. The program interprets vocal inputs into text and synthesizes voices from text input.
@@ -7,7 +7,7 @@ The program supports dozens of languages and even has the ability to auto-detect
77
## Description
88
The J.A.R.V.I.S. Speech API is designed to be simple and efficient, using the speech engines created by Google to provide functionality for parts of the API. Essentially, it is an API written in Java, including a recognizer, synthesizer, and a microphone capture utility. The project uses Google services for the synthesizer and recognizer. While this requires an Internet connection, it provides a complete, modern, and fully functional speech API in Java.
99

10-
##Features
10+
## Features
1111
The API currently provides the following functionality,
1212

1313
* Microphone Capture API (Wrapped around the current Java API for simplicity)
@@ -19,16 +19,16 @@ The API currently provides the following functionality,
1919
* Wave to FLAC API (Wrapped around the used API in the project, javaFlacEncoder, see CREDITS)
2020
* A translator using Google Translate (courtesy of Skylion's Google Toolkit)
2121

22-
##Notes
22+
## Notes
2323

2424
To get access to the Google API, you need an API key. To get this, you need to follow the instructions here:
2525
* https://stackoverflow.com/questions/26485531/google-speech-api-v2
2626

2727
A sample application using this library can be found here:
2828
* See API-Example repository branch.
2929

30-
##Changelog
30+
## Changelog
3131
See CHANGELOG.markdown for Version History/Changelog
3232

33-
##Credits
33+
## Credits
3434
See CREDITS.markdown for Credits

0 commit comments

Comments
 (0)