[Python-Dev] Change to ossaudiodev setparameters() method

Guido van Rossum guido@python.org
Thu, 29 May 2003 18:29:39 -0400


> > Did you check in the changes to ossaudiodev?
> 
> Oops!  I did now -- thanks.  Please try again.

Alas, no change.  Still some squeaks from the speaker followed by a
hanging process:

Traceback (most recent call last):
  File "../Lib/test/regrtest.py", line 974, in ?
    main()
  File "../Lib/test/regrtest.py", line 264, in main
    ok = runtest(test, generate, verbose, quiet, testdir)
  File "../Lib/test/regrtest.py", line 394, in runtest
    the_package = __import__(abstest, globals(), locals(), [])
  File "/mnt/home/guido/projects/trunk/Lib/test/test_ossaudiodev.py", line 119, in ?
    test()
  File "/mnt/home/guido/projects/trunk/Lib/test/test_ossaudiodev.py", line 116, in test
    play_sound_file(data, rate, ssize, nchannels)
  File "/mnt/home/guido/projects/trunk/Lib/test/test_ossaudiodev.py", line 58, in play_sound_file
    dsp.write(data)
KeyboardInterrupt

--Guido van Rossum (home page: http://www.python.org/~guido/)