cleanup + RDS features

This commit is contained in:
NoobishSVK
2024-01-27 23:00:44 +01:00
parent e1e26e16e2
commit fb31afb9a7
30 changed files with 257 additions and 5836 deletions
+1 -2
View File
@@ -143,5 +143,4 @@ var LiveAudioPlayer = /** @class */ (function () {
// Hystersis value for speed up/down trigger
LiveAudioPlayer.OffsetVariance = 0.2;
return LiveAudioPlayer;
}());
//# sourceMappingURL=3las.liveaudioplayer.js.map
}());
@@ -280,5 +280,4 @@ var AudioFormatReader_MPEG = /** @class */ (function (_super) {
// Slot size (MPEG unit of measurement) - use [layer]
AudioFormatReader_MPEG.MPEG_slot_size = new Array(0, 1, 1, 4); // Rsvd, 3, 2, 1
return AudioFormatReader_MPEG;
}(AudioFormatReader));
//# sourceMappingURL=3las.formatreader.mpeg.js.map
}(AudioFormatReader));
@@ -219,5 +219,4 @@ var AudioFormatReader_WAV = /** @class */ (function (_super) {
this.ErrorCallback();
};
return AudioFormatReader_WAV;
}(AudioFormatReader));
//# sourceMappingURL=3las.formatreader.wav.js.map
}(AudioFormatReader));