On 15 Nov, 05:41, r wrote:
> On Nov 14, 6:21 pm, James Harris
> wrote:
>
> > Is there a simple way to play musical notes in Python? Something like
> > voice.play("c4")
>
> Uhh, tksnack is pretty easy to use IMO, see this link...
> http://www.daniweb.com/code/snippet216655.html
>
> No python do
On Nov 14, 6:21 pm, James Harris
wrote:
> Is there a simple way to play musical notes in Python? Something like
> voice.play("c4")
Uhh, tksnack is pretty easy to use IMO, see this link...
http://www.daniweb.com/code/snippet216655.html
No python does not have access to cross platform soundcard
On 15 Nov, 00:12, James Harris wrote:
> Is there a simple way to play musical notes in Python? Something like
>
> voice.play("c4")
>
> to play C in octave 4 would be ideal. I included a voice parameter as
> I'd like to play proper notes, not just beeps. This is for recognition
> of pitch. For e
Is there a simple way to play musical notes in Python? Something like
voice.play("c4")
to play C in octave 4 would be ideal. I included a voice parameter as
I'd like to play proper notes, not just beeps. This is for recognition
of pitch. For example, the program plays a note and the user tries