react-modern-audio-player 1.2.3 → 1.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.es.js +1 -1
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -5929,7 +5929,7 @@ const WaveSurferAudio = () => {
5929
5929
  responsive: true,
5930
5930
  waveColor: `${colorsRef.current.waveColor}`,
5931
5931
  cursorColor: "var(--rm-audio-player-waveform-cursor)",
5932
- backend: "MediaElementWebAudio"
5932
+ backend: "WebAudio"
5933
5933
  });
5934
5934
  audioPlayerDispatch({
5935
5935
  type: "SET_ELEMENT_REFS",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-modern-audio-player",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "author": {
5
5
  "name": "LYH",
6
6
  "email": "slash9494@naver.com",