|
Author |
Topic: play() bug, feature or misuse? (Read 276 times) |
|
scafativ
|
play() bug, feature or misuse?
« on: Sep 11th, 2003, 11:10pm » |
|
I've noticed, when increasing the playback speed of a .wav (using speed()), the sound seems to wrap back to the beginning, as though the environment is trying to keep the sound the same length but has run out of sample. In other words- if I had a sound of a gong and did a: Bsound wavSound; beginSound(); wavSound = loadSound("gong.wav"); speed(wavSound, 1.5); play(wavSound); I hear a gong and a half. 'sup w/ that? Thanks- if this is a bug I'll write it up and post it over in the bugs section. VcS
|
|
|
|
[rocha]
|
Re: play() bug, feature or misuse?
« Reply #1 on: Sep 16th, 2003, 7:14am » |
|
seems like a bug. i will check it out. thanks!
|
|
|
|
[rocha]
|
Re: play() bug, feature or misuse?
« Reply #2 on: Sep 16th, 2003, 8:45am » |
|
uhmm.. seems to be working fine here. what version of processing are you using?
|
|
|
|
|