Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
62499ad
Cleanup unnecessary things
rain-sk Sep 30, 2024
ce0c25e
let vscode format the file
rain-sk Sep 30, 2024
19dd8bb
replace `t` with `true`
rain-sk Sep 30, 2024
e8b03c4
replace `f` with `false`
rain-sk Sep 30, 2024
fdcce92
replace `n` with `null`
rain-sk Sep 30, 2024
62159fe
replace `g` with `autoplayInit`
rain-sk Sep 30, 2024
7038793
replace vars with constant strings
rain-sk Sep 30, 2024
0fdbf30
rename some helper functions
rain-sk Sep 30, 2024
f0a8edd
replace `pp` with `Math.round`
rain-sk Sep 30, 2024
cb23172
replace `ia` with `rootDiv`
rain-sk Sep 30, 2024
0e10ec7
rename init functions
rain-sk Sep 30, 2024
25f1e64
replace `A` with `audioElements`
rain-sk Sep 30, 2024
b769495
rename exported functions
rain-sk Sep 30, 2024
6d156d7
replace `W` with `onResize`
rain-sk Sep 30, 2024
91ee21e
rename function and variable related to play animation
rain-sk Sep 30, 2024
73ee3d8
replace `a` with `audio`
rain-sk Sep 30, 2024
2f582ae
cleanup logic
rain-sk Sep 30, 2024
4c8f07c
rename `c` and `d` to `currentAudio` and `lastAudio`
rain-sk Sep 30, 2024
f96a882
rename `D` to `applyClassToPlayhead`
rain-sk Sep 30, 2024
b4c5a41
rename `za` to `playhead`
rain-sk Sep 30, 2024
6bd1946
rename so many things
rain-sk Sep 30, 2024
9f216d7
rename `Bg` to `onMouseUp`
rain-sk Sep 30, 2024
ebc0b02
rename `va` to `sources`
rain-sk Sep 30, 2024
79ee938
rework logic related to attaching a valid source
rain-sk Sep 30, 2024
4649087
rename `G` to `appendSource`
rain-sk Sep 30, 2024
7562ac2
rename `E` to `initAudioElement`
rain-sk Sep 30, 2024
731e9ae
make the playhead somewhat accessible
rain-sk Sep 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed Essential_Audio_Player_v1.0.4/License.txt
Binary file not shown.
Binary file removed Essential_Audio_Player_v1.0.4/Version History.txt
Binary file not shown.
182 changes: 0 additions & 182 deletions Essential_Audio_Player_v1.0.4/essential_audio.css

This file was deleted.

2 changes: 0 additions & 2 deletions Essential_Audio_Player_v1.0.4/essential_audio.js

This file was deleted.

26 changes: 0 additions & 26 deletions Essential_Audio_Player_v1.0.4/package.json

This file was deleted.

158 changes: 0 additions & 158 deletions Essential_Audio_Player_v1.0.4/sample.htm

This file was deleted.

Binary file removed Essential_Audio_Player_v2.0/License.txt
Binary file not shown.
Binary file removed Essential_Audio_Player_v2.0/Version History.txt
Binary file not shown.
Loading