Replaces words with emoji. Formatting enhancements for play/pause buttons. Switched to lower fidelity audio stream for better performance.

This commit is contained in:
2026-04-28 02:22:25 +00:00
parent 2b0b043d3d
commit 4bbcc7d537
3 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export type CapacitorWindow = Window & {
export type PlaybackState = 'stopped' | 'playing' | 'error';
export const STREAM_URL = 'https://kryz.out.airtime.pro/kryz_b';
export const STREAM_URL = 'https://kryz.out.airtime.pro/kryz_a';
export class AudioPlayer {
private url: string;