Skip to content

Commit

Permalink
refactor: update audio (#256)
Browse files Browse the repository at this point in the history
* refactor: add gecko arm data

* build: publish
  • Loading branch information
abrahamjuliot committed Dec 3, 2023
1 parent cdc6951 commit 14835d0
Show file tree
Hide file tree
Showing 2 changed files with 161 additions and 159 deletions.
318 changes: 159 additions & 159 deletions docs/creep.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions src/audio/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export const KnownAudio: Record<string, number[]> = {
],

// Gecko
[-31.502187728881836]: [35.74996626004577],
[-31.502185821533203]: [35.74996031448245, 35.7499681673944, 35.749968223273754],
[-31.50218963623047]: [35.74996031448245],
[-31.509262084960938]: [35.7383295930922, 35.73833402246237],
Expand Down Expand Up @@ -403,6 +404,7 @@ export default async function getOfflineAudioContext() {
'-31.50218963623047,167721.27517700195,148.47537828609347': [35.74996031448245],
'-31.502185821533203,167727.52931976318,148.47542023658752': [35.7499681673944],
'-31.502185821533203,167700.7530517578,148.475412953645': [35.749968223273754],
'-31.502187728881836,167697.23177337646,148.47541113197803': [35.74996626004577],
/* WEBKIT */
'-20.538288116455078,164873.80361557007,502.59989904452596': [124.0434485301812],
'-20.538288116455078,164863.47760391235,502.5999033453372': [124.0434496849557],
Expand Down

1 comment on commit 14835d0

@abrahamjuliot
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.