895 Commits

Author SHA1 Message Date
James Simpson a2a47933f1 Update BACKERS.md 2024-06-23 11:17:53 -05:00
James Simpson 003b917c40 v2.2.4 v2.2.4 2023-09-20 00:59:05 +10:00
James Simpson cf2969c0ae Merge pull request #1676 from bikubi/fix-opera-v100-codec-mp3
fix old opera detection for three digit version numbers (100+)
2023-09-19 23:51:19 +09:00
James Simpson aceef4ecbe Revert "build dist artifacts"
This reverts commit ccefca396d.
2023-09-20 00:50:45 +10:00
Jakob Wierzba ccefca396d build dist artifacts
note: contains also previous commits
dab32ba9e4
f128f9d975
2023-08-12 17:32:44 +02:00
Jakob Wierzba 1c321c0b41 fix old opera detection for three digit version numbers (100+) 2023-07-31 10:30:49 +02:00
James Simpson 9610df82fb Update backers 2023-04-21 03:11:44 -05:00
James Simpson 2016300072 Update backers list 2023-02-20 12:55:49 -06:00
James Simpson 1f8e7cac9f Update backers list 2022-12-14 12:26:52 -06:00
James Simpson 143ae44238 Create a pull request template 2022-01-23 17:37:28 -06:00
James Simpson 0434b073f0 Create initial github issue templates 2022-01-23 17:21:58 -06:00
James Simpson 8f2a1956fd Merge pull request #1553 from fishmandev/patch-1
Fix a typo in README.md
2022-01-23 14:34:00 -06:00
Dmitriy Fishman 7fc2da2fba Fix a typo in README.md 2022-01-21 17:48:20 +02:00
James Simpson f128f9d975 Fix pannerAttr() not saving values on first call
Fixes #1497
2021-12-19 16:45:33 -06:00
James Simpson dab32ba9e4 Don't clear a bufferSource that doesn't exist
Fixes #1508
2021-11-28 16:42:40 -06:00
James Simpson d349826d93 Merge pull request #1533 from B4Lee/patch-1
Fix streaming links in radio example
2021-11-28 14:36:49 -06:00
B4Le 5aa0688f03 Fix streaming links in radio example 2021-11-23 23:44:18 +07:00
James Simpson 4537db79b3 Merge pull request #1512 from shreyas-jadhav/master
Documentation fixes
2021-10-09 18:14:10 -05:00
James Simpson 621f6a7489 Update backers formatting 2021-09-15 10:53:47 -05:00
James Simpson 3c44eb68a0 Update backers 2021-09-15 10:52:37 -05:00
James Simpson ef60331c48 Add sponsors/backers section 2021-09-12 13:38:20 -05:00
James Simpson c1a027d829 Create FUNDING.yml 2021-09-12 13:11:10 -05:00
Shreyas Jadhav b9f74087e5 Fixed typo
inclues -> includes
2021-08-27 17:49:37 +05:30
James Simpson 3835ab8898 Clarify group docs 2021-08-18 17:09:06 -05:00
James Simpson 17c3d3d7ae v2.2.3 v2.2.3 2021-06-30 13:45:52 -05:00
James Simpson e667b8b516 Fix error with Safari UA check
Fixes #1491
2021-06-30 13:44:49 -05:00
James Simpson 4957be0dd1 Fix typo 2021-06-27 18:22:31 -05:00
James Simpson 97cfa132b3 v2.2.2 v2.2.2 2021-06-27 18:21:50 -05:00
James Simpson 09a3b289bc Disable WebM on Safari <15
This is a temporary measure as Safari isn't currently decoding WebM files correctly This issue is being tracked in #1476.
2021-06-20 17:15:33 -05:00
James Simpson 309376bcc2 Fix formatting issue 2021-06-20 14:48:55 -05:00
James Simpson 94b617c054 Add list of load error codes from the spec to docs
Fixes #1370
2021-06-20 14:47:56 -05:00
James Simpson fcbe3e1866 Add explanation of howler distribution files
Fixes #722
2021-06-20 14:42:17 -05:00
James Simpson 8135725f18 Add docs to clarify what group playback refers to
Fixes #982
2021-06-20 14:35:58 -05:00
James Simpson 8c1e020ca7 Merge pull request #1444 from LandrAudio/fix/buffering_loading_state
fix: set state to loading when sound is buffering
2021-06-13 16:30:35 -05:00
James Simpson ddb34c3282 Merge pull request #1483 from mihailgaberov/patch-1
Fixed typo.
2021-06-13 16:19:47 -05:00
Mihail Gaberov cf206ab6d3 Update player.js 2021-06-10 09:40:38 +02:00
Mihail Gaberov 69946c4a12 Fixed typo. 2021-06-10 09:38:58 +02:00
James Simpson 0323af9b84 Fix edge case with pause called after seek before loaded
Fixes #1439
2021-05-29 17:28:18 -05:00
James Simpson 3e1cb2070b Simplify fix for looping in Firefox 2021-05-16 18:03:39 -05:00
James Simpson cf485cca0d Merge pull request #1445 from themoonrat/bugfix/firefox-loop-error
Forces a buffer refresh if sound is set to loop, and is already playing
2021-05-16 18:02:56 -05:00
James Simpson 119d31ae2a Add example for streaming audio
Fixes #1429
2021-05-16 17:00:03 -05:00
James Simpson 0b82b30943 Return seek of 0 if track is still loading 2021-05-16 16:56:06 -05:00
James Simpson e9b6241674 Merge pull request #1423 from rigobauer/fix/seek-not-checking-sound-is-loaded
fix: check that sounds are loaded in seek (returning current position)
2021-05-16 16:55:39 -05:00
James Simpson d165bfd6bf Merge pull request #1417 from Studiosity/master
Include keydown event when unlocking audio
2021-05-16 16:44:06 -05:00
Dave Moore 59cdf90a77 Fix double looping sound 2021-01-25 12:28:59 +00:00
Dave Moore 94b247c371 Forces a buffer refresh if sound is set to loop, and is already playing
Required to fix Firefox no longer looping
https://github.com/goldfire/howler.js/issues/1442
2021-01-22 17:09:08 +00:00
Maxime Peloquin 6161691b73 fix: set state to loading when sound is buffering 2021-01-11 20:31:52 -05:00
Alberto Iglesias 42d1506850 fix: check that sounds are loaded in seek (returning current position) 2020-11-10 10:51:48 +01:00
Andrew Bromwich d62034b6ff Include keydown event when unlocking audio 2020-10-27 14:09:50 +10:00
James Simpson 7c50da154a v2.2.1 v2.2.1 2020-10-25 10:12:12 -05:00