Why I have creak in sound when I change song ?
in
Core Library Questions
•
2 years ago
Hello,
I have a creak noise when I change song of playlist !
Noise appear average 200 ms when I change song.
I have minim player : _player = new AudioPlayer[9];
if (_timer.isFinished())
{
_player[_sequenceur[_sequence].position].pause();
_player[_sequenceur[_sequence].position].rewind();
_sequence++;
_sequence %= 9;
_player[_sequenceur[_sequence].position].play();
}
Why noise ? What is the solution ?
Thanks
I have a creak noise when I change song of playlist !
Noise appear average 200 ms when I change song.
I have minim player : _player = new AudioPlayer[9];
if (_timer.isFinished())
{
_player[_sequenceur[_sequence].position].pause();
_player[_sequenceur[_sequence].position].rewind();
_sequence++;
_sequence %= 9;
_player[_sequenceur[_sequence].position].play();
}
Why noise ? What is the solution ?
Thanks
1