[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Apple II Speaker



Bill Garber <willy46pa@comcast.net> wrote:

> Is there a place I can read the numeric
> values of the signals being sent to the
> A2 speaker? I know that it is being fed
> pulses at different speeds to create the
> pitch, but I need to be able to distinguish
> one tone from another for a program I want
> to write...

You're working on voice recognition software, right?   ;-)

If I understand what you're trying to do (which is doubtful), you might
need to be looking at what's happening between speaker toggles. Hitting
the speaker with any value makes it click once, so it is the delay in
between clicks that determines the pitch. You'll have to have a look at
your ML sound routine to figure out how the delay is generated.