On Wed, 23 Mar 2005 05:13:45 -0800
Scott David Daniels <[EMAIL PROTECTED]> wrote:
>
> My apologies belong in this thread.
No worries, apology accepted
On Wed, 23 Mar 2005 11:44:27 -0500
"Terry Reedy" <[EMAIL PROTECTED]> wrote:
>
> "nicke" <[EM
[...]
>I could
> have formulated myself a bit annorlund though, ...
uups, forgot to look up the word that I directly just didn't come up
with; annorlunda is swedish for differently
--
http://mail.python.org/mailman/listinfo/python-list
On Tue, 22 Mar 2005 23:30:51 -0500
Peter Hansen <[EMAIL PROTECTED]> wrote:
> Scott David Daniels wrote:
> > nicke wrote:
> >> If it really is like this it is uncoherent and quite stupid :P
> >
> > Name-calling won't make anyone more likely to help yo
On Tue, 22 Mar 2005 00:51:57 GMT
[EMAIL PROTECTED] (Bengt Richter) wrote:
> On 21 Mar 2005 11:12:38 -0800, "Cappy2112" <[EMAIL PROTECTED]> wrote:
>
> >>>Maybe make yourself a little utility first that will show you the
> >specs for any .wav file (i.e.,
> >>>sampling frequency, bytes per sample, c
On Mon, 21 Mar 2005 10:13:36 GMT
[EMAIL PROTECTED] (Bengt Richter) wrote:
> On 20 Mar 2005 09:03:25 -0800, "Jim" <[EMAIL PROTECTED]> wrote:
>
> >Hello,
> >
> >I'd like to emit beeps. The twists are that (1) I hope to have control
> >over the frequency of the beeps and their duration and (2) I'd
from http://docs.python.org/lib/ossaudio-device-objects.html:
AFMT_U8 Unsigned, 8-bit audio
AFMT_S16_LE Unsigned, 16-bit audio, little-endian byte order
(as used by Intel processors)
AFMT_S16_BE Unsigned, 16-bit audio, big-endian byte order
(as used
I'm running linux and would like to generate specific frequencies and
play them(in OSS) or alternatively save them as wav files, how should I
accomplish this? Using python to play and generate is not strictly
necessary, as long as I can invoke the command from python.
I know for example xmms can do