1. 09 Haz, 2008 1 kayıt (commit)
  2. 26 May, 2008 1 kayıt (commit)
  3. 21 Tem, 2007 1 kayıt (commit)
  4. 04 Eki, 2006 1 kayıt (commit)
  5. 29 May, 2006 1 kayıt (commit)
  6. 17 Mar, 2006 1 kayıt (commit)
  7. 01 Mar, 2006 1 kayıt (commit)
  8. 19 Ock, 2006 1 kayıt (commit)
  9. 07 Ock, 2006 1 kayıt (commit)
  10. 28 Mar, 2005 1 kayıt (commit)
  11. 07 Mar, 2005 1 kayıt (commit)
  12. 11 May, 2004 1 kayıt (commit)
  13. 02 Haz, 2003 2 kayıt (commit)
  14. 29 May, 2003 3 kayıt (commit)
    • Greg Ward's avatar
      Comment fix. · 84f8ecd0
      Greg Ward yazdı
      84f8ecd0
    • Greg Ward's avatar
      Change _ssize() so it doesn't rely on sizeof(char) or sizeof(short): · 38c9266f
      Greg Ward yazdı
      8 bits is 1 byte, and that isn't about to change any time soon.  (I hope!)
      38c9266f
    • Greg Ward's avatar
      Completely change the interface to setparameters(): · d676906a
      Greg Ward yazdı
        * it no longer takes ssize, which served no purpose apart from
          scolding you if you got it wrong
        * changed the order of the three remaining required arguments
          to (format, channels, rate) to match the order in which they
          must be set
        * replaced the optional argument 'emulate' with 'strict': if strict
          true, and the audio device does not accept the requested sampling
          parameters, raise OSSAudioError
        * return a tuple (format, channels, rate) reflecting the sampling
          parameters that were actually set
      
      Change the canonical name of ossaudiodev.error to
      ossaudiodev.OSSAudioError (keep an alias for backwards compatibility).
      
      Remove 'audio_types' list and 'n_audio_types' (no longer needed now that
      setparameters() no longer has an 'ssize' argument to police).
      d676906a
  15. 27 May, 2003 1 kayıt (commit)
  16. 26 May, 2003 1 kayıt (commit)
    • Greg Ward's avatar
      Release the GIL in two more methods: · b804390a
      Greg Ward yazdı
        * sync(), because it waits for hardware buffers to flush, which
          can take several seconds depending on cirumstances (according
          to the OSS docs)
        * close(), because it does an implicit sync()
      b804390a
  17. 23 May, 2003 1 kayıt (commit)
  18. 04 Nis, 2003 1 kayıt (commit)
  19. 11 Mar, 2003 1 kayıt (commit)
  20. 10 Mar, 2003 1 kayıt (commit)
    • Greg Ward's avatar
      <sys/soundcard.h> seems to exist on both Linux and FreeBSD, so include · 0b6dfb80
      Greg Ward yazdı
      it instead of the OS-specific <linux/soundcard.h> or <machine/soundcard.h>.
      
      Mixers devices have an ioctl-only interface, no read/write -- so the
      flags passed to open() don't really matter.  Thus, drop the 'mode'
      parameter to openmixer() (ie. second arg to newossmixerobject()) and
      always open mixers with O_RDWR.
      0b6dfb80
  21. 13 Şub, 2003 1 kayıt (commit)
  22. 02 Şub, 2003 1 kayıt (commit)
  23. 10 Ock, 2003 1 kayıt (commit)
  24. 31 Ara, 2002 5 kayıt (commit)
  25. 30 Ara, 2002 6 kayıt (commit)
  26. 12 Ara, 2002 1 kayıt (commit)
  27. 11 Ara, 2002 2 kayıt (commit)