mirror of
https://github.com/seigler/dash-visualizer
synced 2025-07-26 01:06:12 +00:00
Increase pitch range for small transactions
This commit is contained in:
parent
efc36034bc
commit
5fcd2fcb9c
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ var App = {
|
|||
console.log(data);
|
||||
if (!muted) {
|
||||
if (data.valueOut < 10) {
|
||||
playSound('tx-sm', playbackRate(data.valueOut, 0.00001, 10, 1, 1.5));
|
||||
playSound('tx-sm', playbackRate(data.valueOut, 0.00001, 10, 1, 4));
|
||||
} else if (data.valueOut < 1000) {
|
||||
playSound('tx-md', playbackRate(data.valueOut, 10, 1000, 0.5, 1));
|
||||
} else if (data.valueOut >= 1000) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue