changelog shortlog graph tags branches changeset file revisions annotate raw help

Mercurial > core / lisp/ffi/sndfile/pkg.lisp

revision 694: a36280d2ef4e
parent 693: 5f81d888c31f
child 695: 2bad47888dbf
     1.1--- a/lisp/ffi/sndfile/pkg.lisp	Thu Oct 03 19:04:57 2024 -0400
     1.2+++ b/lisp/ffi/sndfile/pkg.lisp	Thu Oct 03 21:54:07 2024 -0400
     1.3@@ -120,8 +120,10 @@
     1.4                    :wavex #x130000               ; MS WAVE with WAVEFORMATEX 
     1.5                    :sd2 #x160000               ; Sound Designer 2 
     1.6                    :flac #x170000               ; FLAC lossless file format 
     1.7-                   :caf #x180000               ; Core Audio File format 
     1.8+                   :caf #x180000)               ; Core Audio File format 
     1.9 
    1.10+(define-alien-enum (sf-format-subtype int)
    1.11+                   ;; subtypes
    1.12                    :pcm-s8 #x0001                 ; Signed 8 bit data 
    1.13                    :pcm-16 #x0002                 ; Signed 16 bit data 
    1.14                    :pcm-24 #x0003                 ; Signed 24 bit data