1. 07 Haz, 2003 4 kayıt (commit)
  2. 06 Haz, 2003 2 kayıt (commit)
  3. 05 Haz, 2003 4 kayıt (commit)
  4. 04 Haz, 2003 1 kayıt (commit)
  5. 03 Haz, 2003 2 kayıt (commit)
  6. 02 Haz, 2003 6 kayıt (commit)
  7. 01 Haz, 2003 6 kayıt (commit)
  8. 31 May, 2003 8 kayıt (commit)
  9. 30 May, 2003 3 kayıt (commit)
  10. 29 May, 2003 4 kayıt (commit)
    • Greg Ward's avatar
      Comment fix. · 84f8ecd0
      Greg Ward yazdı
      84f8ecd0
    • Jack Jansen's avatar
      - Get the database from a different place. · 9f0c5754
      Jack Jansen yazdı
      - Added support for multi-line descriptions. Doesn't look nice
      yet in Package Manager.
      9f0c5754
    • 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