Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
refactor: change beep to formula
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandogelin committed Apr 7, 2020
1 parent f61b813 commit 2b4ba69
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build_at_home.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Build at home version (Windows)

on:
push:
branches:
- master
- develop
pull_request:
paths:
- 'src/**'
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Test, Build, and Package

on:
push:
branches:
- master
- develop
pull_request:
paths:
- 'src/**'
Expand Down
2 changes: 1 addition & 1 deletion src/config/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const MTURK = (!jsPsych.turk.turkInfo().outsideTurk)

// audio codes
const audioCodes = {
frequency: 5000,
frequency: 100*(eventCodes.open_task - 9),
type: 'sine'
}

Expand Down

0 comments on commit 2b4ba69

Please sign in to comment.