Ambiera ForumDiscussions, Help and Support. |
|
|
|||||
|
hello. i use c# and irrKlang (Dot.NET 2.0). and i have problem with playback speed. i have one slider (max: 100; min: -100) actual value 0. i put a code i my cs file: private void faderleftvol(object sender, RoutedEventArgs e) { if (currentlyPlayingSound != null) { currentlyPlayingSound.PlaybackSpeed = (float)faderleft.Value / 100f; } } pitch doesnt work good. when i move to up (+) song speed is very very fast even i change value for 1. when i move to down (-) song speed doesnt change even i change slider value to -100. can anybody help me? |
||||
|
The playback speed may not be negative, that's one problem. And I think the playbackspeed only may have values between 0 and something like 5 |
||||
|
hmmmm... maybe you fix this "problem" in next release? ;) you know.. pitch should be +10/-10 ;) thanks for your request |
||||
|
What problem? Pitch is between -1.0 and 1.0, not -10 and +10. |
||||
|
aaaaaaaa... :D now is ok :) thanks. |
||||
|
lol |
||||
|
pitch is <0;2> if value is <1 sound playing slowly if 1> sound playing faster. it is no 1;-1 |
||||
|
Lol |
|