Java project for converting Morse Code from Images into english words with their audio output.
API Used: freetts-1.2.2-bin
Text Editor: Netbeans
Read This :https://en.wikipedia.org/wiki/Morse_code
This project is written in JAVA using NetBeans IDE In these project user can log in or can create new account and get into conversion of text and images
The project consists of two parts
1.GUI designing
You will get different JForms used here for designing GUI
All the files ending with .form are just GUI files
2. Core Logic of Program:
Files ending with .java file are files which consist core logic.
EnglishToMorse.java and MorseToEnglish.java are files that convert normal English text to Morse Code and
vice-versa chk.java is a file which will convert an image into Black and White image and determine if
there are any dashes or dots in the image and count them(Because Morse contains only dashes and dots).
Java based GUI for converting Morse-Code Images into English Strings and Voice
EnglishToMorse.java and MorseToEnglish.java are files that convert normal English text to Morse Code and vice-versa
chk.java is a file which will convert an image into Black and White image and determine if there are any dashes or dots in the image and count them(Because Morse contains only dashes and dots).
So basically flow of the project is explained in following image:
This is conversion window designed using Jforms
Tushar Kadam - Cis-pie