Skip to content

Commit fd66a05

Browse files
authored
addTableofContents
1 parent ce8a639 commit fd66a05

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ Includes labels for speakers and accuracy (can be ignored if not wanted).
99

1010
### This program may require an understanding of Python. It certainly wouldn't hurt.
1111

12+
## Table of Contents
13+
* [How It Works](#how-it-works)
14+
* [Setup](#setup)
15+
* [Running](#running)
16+
* [Limitations](#limitations)
17+
1218
## How It Works
1319
1. MATLAB and its easy uigetfile function are used to allow the user to select their audio file.
1420
2. The file is remixed to a mono .wav file if it's not already.
@@ -88,6 +94,8 @@ If you want to practice playing around with a labeled signal set in Audio Labele
8894

8995
## See the html page in the html.zip folder for a gif example of loading and interacting with Audio Labeler.
9096

97+
## Limitations
98+
9199
## This program relies on the use of the Google Cloud Speech-to-Text API. Which is (sadly) not free. It also requires the Signal Processing and Communications toolbox for MATLAB. Ditto on the not free-ness.
92100

93101
I'm far from a professional programmer, so forgive me if this program has its bugs or issues.

0 commit comments

Comments
 (0)