Replaces words with emoji. Formatting enhancements for play/pause buttons. Switched to lower fidelity audio stream for better performance.
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user