Skip to content

Commit fa27e81

Browse files
committed
remove some comments
1 parent 434f8b2 commit fa27e81

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

examples/simple-player/client/src/bootstrap.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,7 @@ import { PlayerCore, ISoundAttributes, ICoreOptions } from '../../../../dist/ind
88
import { PlayerUI } from './library/player/ui.js'
99

1010
// set some options of the player
11-
// there are two different sound modes:
12-
// PLAYER_MODE_AUDIO: uses an audio element to load the
13-
// sound (which allows you to load files but also audio streams)
14-
// PLAYER_MODE_FETCH: uses fetch to get the sound and
15-
// then uses the web audio API to play it (the web audio API
16-
// does only support loading files, no streams)
11+
// there are two different sound modes
1712
// !!! for some details about the differencies of the two MODES
1813
// check out the documentation part of the readme
1914
const options: ICoreOptions = {

0 commit comments

Comments
 (0)