0

I'm a beginner developer for windows phone 8.1. I must generate a tone that represents sinus for 1 sec. How can I make this? (I saw the guides in this forum only for playing a sound from a file but that is not of my purpose).

Vadim Kotov
  • 8,084
  • 8
  • 48
  • 62
axcelenator
  • 1,497
  • 3
  • 18
  • 42

1 Answers1

1

Maybe using the NAudio Project will help you. See here how to play a sin wave.

TheCoolFrood
  • 367
  • 2
  • 15
  • Hello TheCoolFrood. I've tried to add Naudio to my project but it rejects saying that windows phone is not supported... – axcelenator Apr 14 '15 at 14:00
  • Maybe check this answer: http://stackoverflow.com/questions/203890/creating-sine-or-square-wave-in-c-sharp/19772815#19772815 – TheCoolFrood Apr 14 '15 at 14:04