Skip to content

Commit

Permalink
change to deployed links and small readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
the-medium-place committed Feb 7, 2021
1 parent 59efc0e commit a231aed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</a>


![License: //](https://img.shields.io/badge/License-//-green.svg)
<!-- ![License: //](https://img.shields.io/badge/License-//-green.svg) -->

## Description:
This 'work-in-progress' application is aimed at the parents of young children with impaired hearing. The user will enter data provided by their audiologist (such as the "Sensorineural Hearing Loss Audiogram"). This data is fed into a series of algorithms which create audio filters with the intention of recreating what is heard by the hearing-impaired child. Once the data is collected, the user can make recordings using their phone or laptop microphone, and the resulting recording will be played back with the generated filters.
Expand All @@ -12,6 +12,8 @@ This will be a tool for audiologists to help parents understand their child's im

In addition, hearing-aid devices often over compensate at many frequency levels which can make certain sounds very uncomfortable to the child wearing them. By entering the 'aided' hearing test results, parents may be able to pinpoint sounds around them which may be upsetting their young child - who may be too young or otherwise unable to communicate this on their own!

***Note:** This is the 'front-end', or, 'client side' of this application. To view the 'back-end' repository, click [HERE](https://github.com/the-medium-place/audio-test-api)

## Table of Contents

* [Usage](#usage)
Expand Down
4 changes: 2 additions & 2 deletions src/utils/API.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import axios from 'axios';
//
const API_URL = 'http://localhost:8080';
// const API_URL = 'https://zgstowell-audiology-api.herokuapp.com';
// const API_URL = 'http://localhost:8080';
const API_URL = 'https://zgstowell-audiology-api.herokuapp.com';

const API = {

Expand Down

0 comments on commit a231aed

Please sign in to comment.