R
Rudolf Ziegaus
Is it still true, that there is no support for a Beep()-method in the
compactframework? I thought that this feature would have come with .NET
2.0.
Well then, what's the best way to achieve this? I am trying so write a
small metronome application and would like to be able to
o choose between different frequencies (e. g. the first click should have a
different frequency that the others)
o modify duration - well this is an optional feature but would be nice.
Is the only way to achieve this playing wave files? Or is there a better
solution. I am a bit concerned about speed.
When I have a song with say 180 bpm (beats per minute), I need to play 3
beeps per second (duration e. g. 100 ms). The remaining time of 700 ms then
is used to create an audible gap between the clicks.
Now the questions is if playing wave files will be accurate enough for my
purpose.
What do you think? What options are there available for my problem?
Thanks for any hints,
Rudi
compactframework? I thought that this feature would have come with .NET
2.0.
Well then, what's the best way to achieve this? I am trying so write a
small metronome application and would like to be able to
o choose between different frequencies (e. g. the first click should have a
different frequency that the others)
o modify duration - well this is an optional feature but would be nice.
Is the only way to achieve this playing wave files? Or is there a better
solution. I am a bit concerned about speed.
When I have a song with say 180 bpm (beats per minute), I need to play 3
beeps per second (duration e. g. 100 ms). The remaining time of 700 ms then
is used to create an audible gap between the clicks.
Now the questions is if playing wave files will be accurate enough for my
purpose.
What do you think? What options are there available for my problem?
Thanks for any hints,
Rudi