Lütfi Tekin
Lütfi Tekin
```` private void updateWaveViewWithAnimation(int start, int end, long duration) { ValueAnimator valueAnimator = ValueAnimator.ofInt(start, end); valueAnimator.setDuration(duration); valueAnimator.addUpdateListener(new ValueAnimator.AnimatorUpdateListener() { @Override public void onAnimationUpdate(ValueAnimator valueAnimator) { waveView.setProgress((int)valueAnimator.getAnimatedValue()); } }); valueAnimator.start(); }...
> Found solution on steamcommunity that worked for me > Go to local files (steamapps > common > Counter-Strike Global Offensive > cs go) and delete folder "sound", then restart...
> Can anybody confirm this? No posted solution worked for me. deleting sound folder worked for me but fps wasn't good enough. So I chose bootcamp. But that was also...
What about sequence? @mslalith