spa: add type mappings for F32 and F32OE

so that we can refer to the native float32 format with F32 and the
other endian one with F32OE.
This commit is contained in:
Wim Taymans 2021-04-09 11:38:54 +02:00
parent 44e6e7f5c8
commit 8251dc11cc
2 changed files with 60 additions and 1 deletions

View file

@ -40,7 +40,7 @@ context.modules = [
#pulse.default.frag = 96000/48000 # 2 seconds
#pulse.default.tlength = 96000/48000 # 2 seconds
#pulse.min.quantum = 256/48000 # 5ms
#pulse.default.format = F32LE
#pulse.default.format = F32
#pulse.default.position = [ FL FR ]
}
}