Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
engine-core
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
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
AURA
engine-core
Commits
4e4ca31d
Commit
4e4ca31d
authored
2 years ago
by
David Trattnig
Browse files
Options
Downloads
Patches
Plain Diff
feat(Make): list alsa cards
parent
78e1c438
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+19
-15
19 additions, 15 deletions
Makefile
build/docker.Makefile
+10
-10
10 additions, 10 deletions
build/docker.Makefile
with
29 additions
and
25 deletions
Makefile
+
19
−
15
View file @
4e4ca31d
...
...
@@ -4,21 +4,22 @@
help
::
@
echo
"
$(
APP_NAME
)
targets:"
@
echo
" init.app - init application environment"
@
echo
" init.dev - init development environment"
@
echo
" lint - verify code style"
@
echo
" spell - check spelling of text"
@
echo
" test - run test suite"
@
echo
" log - tail log file"
@
echo
" tns - connect to telnet server"
@
echo
" run - start app"
@
echo
" run.debug - start app in debug mode"
@
echo
" docker.init - create docker volume for engine socket"
@
echo
" init.app
- init application environment"
@
echo
" init.dev
- init development environment"
@
echo
" lint
- verify code style"
@
echo
" spell
- check spelling of text"
@
echo
" test
- run test suite"
@
echo
" log
- tail log file"
@
echo
" tns
- connect to telnet server"
@
echo
" run
- start app"
@
echo
" run.debug
- start app in debug mode"
@
echo
" docker.init
- create docker volume for engine socket"
$(
call docker_help
)
@
echo
" audio.pa.start - start pulseaudio server"
@
echo
" audio.pa.stop - stop pulseaudio server"
@
echo
" audio.pa.status - status of pulseaudio server"
@
echo
" audio.pa.ctrl - ui for pulseaudio server"
@
echo
" audio.pa.start - start pulseaudio server"
@
echo
" audio.pa.stop - stop pulseaudio server"
@
echo
" audio.pa.status - status of pulseaudio server"
@
echo
" audio.pa.ctrl - ui for pulseaudio server"
@
echo
" audio.alsa.cards - list alsa cards"
# Settings
...
...
@@ -96,4 +97,7 @@ audio.pa.status::
pactl list
audio.pa.ctrl
::
pavucontrol
\ No newline at end of file
pavucontrol
audio.alsa.cards
::
cat
/proc/asound/cards
\ No newline at end of file
This diff is collapsed.
Click to expand it.
build/docker.Makefile
+
10
−
10
View file @
4e4ca31d
...
...
@@ -4,16 +4,16 @@
# Help
define docker_help
@echo " docker.build - build docker image"
@echo " docker.push - push docker image"
@echo " docker.run - start app in container"
@echo " docker.run.i - start app in container (interactive mode)"
@echo " docker.run.bash - start bash in container"
@echo " docker.restart - restart container"
@echo " docker.stop - stop container"
@echo " docker.rm - stop and remove container"
@echo " docker.log - container logs for app"
@echo " docker.bash - enter bash in running container"
@echo " docker.build
- build docker image"
@echo " docker.push
- push docker image"
@echo " docker.run
- start app in container"
@echo " docker.run.i
- start app in container (interactive mode)"
@echo " docker.run.bash
- start bash in container"
@echo " docker.restart
- restart container"
@echo " docker.stop
- stop container"
@echo " docker.rm
- stop and remove container"
@echo " docker.log
- container logs for app"
@echo " docker.bash
- enter bash in running container"
endef
# Dependencies
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment