View Full Version : 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.
You can set the rate the audio plays at. For example:
song = viz.addAudio('music.mp3')
song.setRate(2)
song.play() # The song will play twice as fast
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.
Has anybody an idea for a realtime mamipulation of the frequenzy of a VizSound3D object?
setRate() would be create but doesn't work...
vBulletin® v3.8.7, Copyright ©2000-2025, vBulletin Solutions, Inc.