Skip to content

Commit 813da3f

Browse files
authored
Fixed mp3 url (#761)
1 parent f57e1a9 commit 813da3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples_Flutter/superpowered_player_with_effects/src/SuperpoweredEngineExample.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ SuperpoweredEngineExample::~SuperpoweredEngineExample() {
2929
}
3030

3131
void SuperpoweredEngineExample::play() {
32-
player->open("https://file-examples.com/storage/fee88abb026489b1d96a1d3/2017/11/file_example_MP3_700KB.mp3");
32+
player->open("https://docs.superpowered.com/audio/samples/splice/SO_PF_74_string_phrase_soaring_Gb.mp3");
3333
player->play();
3434
}
3535

0 commit comments

Comments
 (0)