Richard Davey
|
1f8276ac76
|
Updated copyright year, company and author
|
2024-02-19 17:12:24 +00:00 |
|
Richard Davey
|
468bf7821d
|
Updated copyright year
|
2023-01-02 17:36:27 +00:00 |
|
Richard Davey
|
d71b53a7f5
|
Updated jsdocs. Fix #5981
|
2022-11-18 22:14:59 +00:00 |
|
Richard Davey
|
064e8a3ec2
|
Fixed type issues
|
2022-11-10 16:05:20 +00:00 |
|
Richard Davey
|
6c70869ea4
|
Lots of jsdoc / TS fixes
|
2022-09-20 22:17:21 +01:00 |
|
Richard Davey
|
59fbcc5ca3
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
|
Richard Davey
|
4f0232e8c8
|
Restored the 3.55.2 sound system + fixes for iOS
|
2022-02-04 16:59:13 +00:00 |
|
Richard Davey
|
1af06910e2
|
Moved unlock handling to base, tidying up the common code
|
2021-11-22 23:54:12 +00:00 |
|
Richard Davey
|
a51267419d
|
Use cache reference, more concise error
|
2021-11-22 23:53:56 +00:00 |
|
Richard Davey
|
2b6afda684
|
New unlock handler
|
2021-11-22 18:35:43 +00:00 |
|
Richard Davey
|
9705ea5b70
|
Debugging audio
|
2021-11-22 18:35:36 +00:00 |
|
Richard Davey
|
6c6084a4c5
|
Debugging logs
|
2021-11-22 16:59:30 +00:00 |
|
Richard Davey
|
33253a7469
|
Fixed version numbers and JSDocs. #5274
|
2020-12-14 10:11:30 +00:00 |
|
Pavel Kabakin
|
7c74b77fc0
|
Add ability to pan sounds
|
2020-08-26 04:15:51 +03:00 |
|
samme
|
36f08e75b8
|
Fix error for missing audio tag (already released)
|
2020-05-21 16:40:50 -07:00 |
|
Richard Davey
|
1dd3d4e372
|
Merge pull request #5055 from samme/fix/html5audio-volume
Clamp audio tag volume in HTML5AudioSound
|
2020-04-27 10:08:55 +01:00 |
|
samme
|
51ecad61ad
|
Clamp volume
Fixes 'IndexSizeError: The index is not in the allowed range'
|
2020-03-24 17:00:25 -07:00 |
|
Chris Andrew
|
3fb803568d
|
HTML5AudioSoundManager description spacing
|
2020-03-17 21:21:13 +00:00 |
|
samme
|
677cfae424
|
Docs for Sound Managers
|
2020-02-20 09:10:25 -08:00 |
|
Richard Davey
|
ff65e69cd1
|
Changed copyright date to 2020
|
2020-01-15 12:07:09 +00:00 |
|
samme
|
56cd59c537
|
Throw error for a bad audio asset key
|
2019-12-23 09:46:45 -08:00 |
|
Richard Davey
|
7063085120
|
Updated jsdocs. Fix #4200
|
2019-10-02 13:21:51 +01:00 |
|
Richard Davey
|
5dbfbae5f9
|
Updated jsdoc types. Fix #4308
|
2019-10-01 17:04:06 +01:00 |
|
Richard Davey
|
c91ed91ce3
|
License link update
|
2019-05-10 16:15:04 +01:00 |
|
Richard Davey
|
dc18d06f10
|
Sound Types
|
2019-05-09 12:38:12 +01:00 |
|
Richard Davey
|
0db663d901
|
More typedefs
|
2019-02-13 15:38:50 +00:00 |
|
Richard Davey
|
44cff816ba
|
Added all the Sound Events.
|
2019-01-17 17:20:54 +00:00 |
|
Richard Davey
|
aa341854c7
|
Happy New Year
|
2019-01-15 16:20:22 +00:00 |
|
Richard Davey
|
10878f9c7b
|
Formatting fix
|
2018-11-20 10:33:07 +00:00 |
|
Piotr 'Waclaw I' Hanusiak
|
361708a22b
|
Setting HTML5AudioSound's volume and mute is now working.
|
2018-11-07 19:08:48 +01:00 |
|
Richard Davey
|
4b1c762296
|
Updated @memberOf to @memberof
|
2018-10-10 10:49:13 +01:00 |
|
Richard Davey
|
669792d3ce
|
Tidying up
|
2018-05-03 17:12:19 +01:00 |
|
Pavle Goloskokovic
|
116e62fafe
|
Setting locked lag only if there are locked audio tags
|
2018-04-21 20:09:18 +02:00 |
|
Pavle Goloskokovic
|
eec19e146a
|
Removing locked actions from queue before performing it
|
2018-04-21 20:08:25 +02:00 |
|
Pavle Goloskokovic
|
923ac40d65
|
No need for resetting lockedActionsQueue
|
2018-04-21 20:06:14 +02:00 |
|
Pavle Goloskokovic
|
53b69f036c
|
Removed assigning lockedActionsQueue to empty array since it is initialized in constructor
|
2018-04-21 20:02:48 +02:00 |
|
Pavle Goloskokovic
|
f89a11793f
|
Initializing lockedActionsQueue in constructor
|
2018-04-21 19:58:52 +02:00 |
|
Pavle Goloskokovic
|
ee5c56cdc3
|
Instantiating lockedActionsQueue only when used
|
2018-04-14 18:56:36 +02:00 |
|
Pavle Goloskokovic
|
44a377f83c
|
Using tag data for checking if the sound is locked instead of global flag
|
2018-04-14 18:55:52 +02:00 |
|
Pavle Goloskokovic
|
e86e09a6b3
|
In an edge case if a marker has duration set to 0 (weird :P) we don't want to update sound duration
|
2018-04-14 18:55:02 +02:00 |
|
Pavle Goloskokovic
|
920e083a8a
|
Updating sound duration only if it is not set yet (equal to 0)
|
2018-04-14 18:54:01 +02:00 |
|
Pavle Goloskokovic
|
d664a7d4a6
|
Marking all locked audio tags as unlocked after loading finishes
|
2018-04-14 18:52:43 +02:00 |
|
Pavle Goloskokovic
|
5efa219adc
|
Removed redundant condition
|
2018-04-14 18:51:21 +02:00 |
|
Pavle Goloskokovic
|
2167654009
|
Skipping unlocking logic if there are no locked tags
|
2018-04-14 18:50:28 +02:00 |
|
Pavle Goloskokovic
|
9125f559c2
|
Collecting only locked audio tags for unlocking
|
2018-04-14 18:47:39 +02:00 |
|
Pavle Goloskokovic
|
43e3dc424e
|
Renamed allTags to lockedTags
|
2018-04-14 18:00:23 +02:00 |
|
Pavle Goloskokovic
|
04c842f749
|
Checking if audio is locked each time unlock method is called and skipping it in case it is not
|
2018-04-14 17:51:31 +02:00 |
|
Richard Davey
|
c8bbea552d
|
Fixed issue in HTMLAudioSound where mute would get into a recursive loop.
|
2018-04-13 12:53:03 +01:00 |
|
Richard Davey
|
f5373b2dee
|
jsdoc fixes
|
2018-03-29 13:23:44 +01:00 |
|
Richard Davey
|
2868b8b588
|
Added new chainable methods: setRate, setMute, setVolume, setSeek, setDune
|
2018-03-28 14:14:07 +01:00 |
|