mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-03-12 17:40:09 +01:00
Reworking the UCM2 configuration for some testing/ debugging
This commit is contained in:
parent
211c588473
commit
3fc2f022b5
@ -1,16 +1,6 @@
|
||||
Include.pcm_split.File "/common/pcm/split.conf"
|
||||
|
||||
Macro [
|
||||
{
|
||||
SplitPCM {
|
||||
Name "xvf3510_stereo_out"
|
||||
Direction Playback
|
||||
Channels 2
|
||||
HWChannels 2
|
||||
HWChannelPos0 FL
|
||||
HWChannelPos1 FR
|
||||
}
|
||||
}
|
||||
{
|
||||
SplitPCM {
|
||||
Name "xvf3510_mono_in"
|
||||
@ -29,16 +19,7 @@ SectionDevice."Line 1" {
|
||||
|
||||
Value {
|
||||
PlaybackPriority 200
|
||||
}
|
||||
Macro.pcm_split.SplitPCMDevice {
|
||||
Name "xvf3510_stereo_out"
|
||||
Direction Playback
|
||||
HWChannels 2
|
||||
Channels 2
|
||||
Channel0 0
|
||||
Channel1 1
|
||||
ChannelPos0 FL
|
||||
ChannelPos1 FR
|
||||
PlaybackPCM "hw:${CardId}"
|
||||
}
|
||||
}
|
||||
|
||||
@ -46,7 +27,7 @@ SectionDevice."Mic1" {
|
||||
Comment "ASR"
|
||||
|
||||
Value {
|
||||
CapturePriority 200
|
||||
CapturePriority 600
|
||||
}
|
||||
Macro.pcm_split.SplitPCMDevice {
|
||||
Name "xvf3510_mono_in"
|
||||
@ -62,7 +43,7 @@ SectionDevice."Mic2" {
|
||||
Comment "Comms"
|
||||
|
||||
Value {
|
||||
CapturePriority 100
|
||||
CapturePriority 500
|
||||
}
|
||||
Macro.pcm_split.SplitPCMDevice {
|
||||
Name "xvf3510_mono_in"
|
@ -0,0 +1,9 @@
|
||||
Comment "XMOS VocalFusion 3510-INT"
|
||||
|
||||
SectionUseCase."HiFi" {
|
||||
Comment "HiFi"
|
||||
File "/RaspberryPi/XMOS/snd_xvf3510/HiFi.conf"
|
||||
}
|
||||
|
||||
Define.DirectPlaybackChannels 2
|
||||
Define.DirectCaptureChannels 2
|
@ -1,13 +0,0 @@
|
||||
Syntax 4
|
||||
Comment "XMOS VocalFusion 3510-INT"
|
||||
|
||||
SectionUseCase."HiFi" {
|
||||
Comment "Default"
|
||||
File "/RaspberryPi/XMOS/sndxvf3510/HiFi.conf"
|
||||
}
|
||||
|
||||
Define.DirectPlaybackChannels 2
|
||||
Define.DirectCaptureChannels 2
|
||||
|
||||
Include.card-init.File "/lib/card-init.conf"
|
||||
Include.ctl-remap.File "/lib/ctl-remap.conf"
|
@ -1 +0,0 @@
|
||||
../../RaspberryPi/XMOS/sndxvf3510/sndxvf3510.conf
|
@ -0,0 +1 @@
|
||||
../../RaspberryPi/XMOS/snd_xvf3510/snd_xvf3510.conf
|
Loading…
x
Reference in New Issue
Block a user