LRC parser from AMLL can't run on mobile Safari #7
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: alikia2x/aquavox#7
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
We currently employ
parseLrc
from the npm package@applemusic-like-lyrics/lyric
for parsing LRC files.However, due to potential limitations with WebAssembly (WASM), this solution doesn't function on mobile Safari browsers. Consequently, we will adopt an alternative LRC parser provided by Yumechi's repository at GitHub.
Safari doesn't support WASM? 👎
Theoretically, it's supported, but the real-world environment is complex. It's hard for us to pinpoint exactly what causes an error.
In essence, using a library based on WASM for LRC parsing tasks is not only unnecessary but also doesn't align well with our current setup and capabilities. Therefore, we will be striving to maintain compatibility with AMLL while ensuring that the new system works seamlessly with existing frameworks.
@eternal-flame-AD
fixed