Group Abstract Group Abstract

Message Boards Message Boards

0
|
3.1K Views
|
2 Replies
|
0 Total Likes
View groups...
Share
Share this post:

Playing sequences of sounds (sine waves)

Posted 3 years ago

I want to play without interruption sequences of numerous (say) sine waves. This works fine :

Sound[{Play[Sin[1000 t], {t, 0, 0.2}], Play[Sin[2000 t], {t, 0, 0.2}], Play[Sin[3000 t], {t, 0, 0.2}]}]

Why this doesn't ?

Sound[Table[Play[Sin[k 1000 t], {t, 0, 0.2}], {k, 1, 3}]]

Thanks in advance.

POSTED BY: André Hautot
2 Replies
Posted 3 years ago

Fine, this helps me a lot, Thank you

POSTED BY: André Hautot
Posted 3 years ago
POSTED BY: Eric Rimbey
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard