Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
Voctomix Config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Janne Mareike Koschinski
Voctomix Config
Compare revisions
a08bb4fbae42cb79cd5233bd02bd2964ad362a00 to 1b6fb28b5b87767ea558b666c349af40152ea522
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
justJanne/voctomix-config
Select target project
No results found
1b6fb28b5b87767ea558b666c349af40152ea522
Select Git revision
Branches
main
Swap
Target
justJanne/voctomix-config
Select target project
justJanne/voctomix-config
1 result
a08bb4fbae42cb79cd5233bd02bd2964ad362a00
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
enable premix out
· 2942dea1
Janne Mareike Koschinski
authored
2 months ago
2942dea1
update gitignore
· 1b6fb28b
Janne Mareike Koschinski
authored
2 months ago
1b6fb28b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
configs/voctocore-cam1.ini
+3
-0
3 additions, 0 deletions
configs/voctocore-cam1.ini
configs/voctocore-cam2.ini
+3
-0
3 additions, 0 deletions
configs/voctocore-cam2.ini
with
7 additions
and
0 deletions
.gitignore
View file @
1b6fb28b
...
...
@@ -25,4 +25,5 @@ __pycache__/
# Custom
/voctomix
/gst-plugins-rs
/event.env
This diff is collapsed.
Click to expand it.
configs/voctocore-cam1.ini
View file @
1b6fb28b
[mix]
videocaps
=
video/x-raw,format=I420,width=1920,height=1080,framerate=30/1,pixel-aspect-ratio=1/1,interlace-mode=progressive
audiocaps
=
audio/x-raw,format=S16LE,channels=2,layout=interleaved,rate=48000
preview
=
true
sources
=
cam1,slides,usbaudio
livesources
=
slides
[programoutput]
enabled
=
true
source
=
premix
videosink
=
kmssink
audiosink
=
alsasink device="hw:CARD=U192k,DEV=0"
[source.usbaudio]
...
...
This diff is collapsed.
Click to expand it.
configs/voctocore-cam2.ini
View file @
1b6fb28b
[mix]
videocaps
=
video/x-raw,format=I420,width=1920,height=1080,framerate=30/1,pixel-aspect-ratio=1/1,interlace-mode=progressive
audiocaps
=
audio/x-raw,format=S16LE,channels=2,layout=interleaved,rate=48000
preview
=
true
sources
=
cam1,cam2,slides,usbaudio
livesources
=
slides
[programoutput]
enabled
=
true
source
=
premix
videosink
=
kmssink
audiosink
=
alsasink device="hw:CARD=U192k,DEV=0"
[source.usbaudio]
kind
=
alsa
...
...
This diff is collapsed.
Click to expand it.