![]() |
#1
|
|||
|
|||
audio speed
Is there a way change the frequency / speed of an 3D Sound object? I want to customize the sound of an engine depending on its speed.
|
#2
|
|||
|
|||
You can set the rate the audio plays at. For example:
Code:
song = viz.addAudio('music.mp3') song.setRate(2) song.play() # The song will play twice as fast |
#3
|
|||
|
|||
It doesn't work for a VizSound3D object. The velocity of an 3D sound object goes in the right direction but dependence on the ListenerSound3D... I have no idea.
|
#4
|
|||
|
|||
Has anybody an idea for a realtime mamipulation of the frequenzy of a VizSound3D object?
setRate() would be create but doesn't work... |
![]() |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Calculating Speed with sensor | durf | Vizard | 1 | 03-13-2009 10:25 AM |
speed on animation path | whj | Vizard | 8 | 11-17-2008 07:41 PM |
Real Time Audio Data | lomendil | Vizard | 2 | 06-02-2008 08:18 PM |
audio object string | Jerry | Vizard | 1 | 03-13-2008 11:06 AM |
Timer speed | Jerry | Vizard | 1 | 12-08-2006 11:01 AM |