Skip to content

vxsilis/speechToMorseCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speech to Morse Code

is a matlab app created by Vasileios Gavriilidis and Georgios Rossis. It was developed under the “Speech Processing” course of Ionian University using the Google Cloud Speech to text API. The are 2 different language options - greek and english - and a lot of output customisation as frequency, character speed and transmission sound.

Built With

  • Matlab 2019a
  • Google Cloud Speech to Text API

Installation

Download or clone this repo

git clone https://github.com/vxsilis/speechtomorsecode.git

Navigate to the speech2text directory and then setup
Run setup.m to add files to matlab path
Open and run speechtomorsecode.mlapp

Be aware that the API key that is being used it is gonna expire June 17, 2022 and you need to create your own and place it inside Google_Credentials_Speech2text.json in order to continue using this app

Contributing

Do you want to fix a bug or make an enchancement? Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

code for the Google API usage taken from here https://uk.mathworks.com/matlabcentral/fileexchange/65266-speech2text