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.
- Matlab 2019a
- Google Cloud Speech to Text API
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
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!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
code for the Google API usage taken from here https://uk.mathworks.com/matlabcentral/fileexchange/65266-speech2text