You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,12 @@ Includes labels for speakers and accuracy (can be ignored if not wanted).
9
9
10
10
### This program may require an understanding of Python. It certainly wouldn't hurt.
11
11
12
+
## Table of Contents
13
+
*[How It Works](#how-it-works)
14
+
*[Setup](#setup)
15
+
*[Running](#running)
16
+
*[Limitations](#limitations)
17
+
12
18
## How It Works
13
19
1. MATLAB and its easy uigetfile function are used to allow the user to select their audio file.
14
20
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
88
94
89
95
## See the html page in the html.zip folder for a gif example of loading and interacting with Audio Labeler.
90
96
97
+
## Limitations
98
+
91
99
## 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.
92
100
93
101
I'm far from a professional programmer, so forgive me if this program has its bugs or issues.
0 commit comments