main 3382dd32b95a cached
4 files
4.0 KB
1.2k tokens
1 requests
Download .txt
Repository: GoXLR-on-Linux/goxlr-on-linux
Branch: main
Commit: 3382dd32b95a
Files: 4
Total size: 4.0 KB

Directory structure:
gitextract_xjo3rr81/

├── .github/
│   ├── ISSUE_TEMPLATE/
│   │   ├── bug_report.md
│   │   └── feature_request.md
│   └── workflows/
│       └── sh-check.yml
└── README.md

================================================
FILE CONTENTS
================================================

================================================
FILE: .github/ISSUE_TEMPLATE/bug_report.md
================================================
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'bug'
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
 - OS: [e.g. Ubuntu]
 - Version [e.g. 22]

**Additional context**
Add any other context about the problem here.


================================================
FILE: .github/ISSUE_TEMPLATE/feature_request.md
================================================
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''

---

**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

**Describe the solution you'd like**
A clear and concise description of what you want to happen.

**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.

**Additional context**
Add any other context or screenshots about the feature request here.


================================================
FILE: .github/workflows/sh-check.yml
================================================
# This is a basic workflow to help you get started with Actions

name: Sh Check

# Controls when the action will run. 
on:
  # Triggers the workflow on push or pull request events but only for the main branch
  pull_request:
    branches:
    - main
  

  # Allows you to run this workflow manually from the Actions tab
  workflow_dispatch:


jobs:
  
  build:
    # The type of runner that the job will run on
    runs-on: ubuntu-latest

    # Steps represent a sequence of tasks that will be executed as part of the job
    steps:
    - uses: actions/checkout@v1
    - name: sh-checker
      # You may pin to the exact commit or the version.
      #uses: luizm/action-sh-checker@164368daf52a9126460854f9c0de00abc079a350
      uses: luizm/action-sh-checker@v0.1.13
      env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
      with:
        sh_checker_shellcheck_disable: true
        sh_checker_shfmt_disable: true
        sh_checker_checkbashisms_enable: true
        sh_checker_comment: true


================================================
FILE: README.md
================================================
# goxlr-on-linux
[![Support Server](https://img.shields.io/discord/828348446775574548.svg?label=Discord&logo=Discord&colorB=7289da&style=flat)](https://discord.gg/Wbp3UxkX2j)


## Status
As of 2024 [basic functionality](https://github.com/GoXLR-on-Linux/goxlr-on-linux/wiki/Basic-Functionality) of the GoXLR is available
in all major distributions. To prevent confusion, the scripts which were originally housed here have been retired. I'd like to offer a massive thank you
to those who have contributed to this project, you are the pioneers of the GoXLR on Linux, and we wouldn't be here without you!

This repository is being preserved for general FAQs and support, and our [Discord](https://discord.gg/Wbp3UxkX2j) server will remain available for discussion!

## The [GoXLR Utility](https://github.com/GoXLR-on-Linux/goxlr-utility/)
While the GoXLR works out the box, an application is still required to initialise and configure it. For that we have
the GoXLR Utility, a 1:1 replacement for the Official Windows GoXLR Application. It is feature complete, stable,
and has binaries provided for various distributions. 


## Known Issues
Below are a list of currently known issues, with links to wiki pages on how to solve them. 

* [Audio playback is noticeably delayed](https://github.com/GoXLR-on-Linux/goxlr-on-linux/wiki/Audio-Delays-when-using-PulseAudio)
* [Channels not listing on Ubuntu 24.04](https://github.com/GoXLR-on-Linux/goxlr-on-linux/wiki/GoXLR-Listing-as-'Multichannel'-in-Ubuntu-24.04-(Noble-Numbat))

## Disclaimer
This project is not in any way affiliated with TC-Helicon. There is no official support for the GoXLR, or the GoXLR 
Mini, on Linux. This project, including any of its contributors, cannot be held responsible for any issues you 
experience with your device or Linux installation before or after using documentation provided here.
Download .txt
gitextract_xjo3rr81/

├── .github/
│   ├── ISSUE_TEMPLATE/
│   │   ├── bug_report.md
│   │   └── feature_request.md
│   └── workflows/
│       └── sh-check.yml
└── README.md
Condensed preview — 4 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (4K chars).
[
  {
    "path": ".github/ISSUE_TEMPLATE/bug_report.md",
    "chars": 638,
    "preview": "---\nname: Bug report\nabout: Create a report to help us improve\ntitle: ''\nlabels: 'bug'\nassignees: ''\n\n---\n\n**Describe th"
  },
  {
    "path": ".github/ISSUE_TEMPLATE/feature_request.md",
    "chars": 595,
    "preview": "---\nname: Feature request\nabout: Suggest an idea for this project\ntitle: ''\nlabels: ''\nassignees: ''\n\n---\n\n**Is your fea"
  },
  {
    "path": ".github/workflows/sh-check.yml",
    "chars": 1003,
    "preview": "# This is a basic workflow to help you get started with Actions\n\nname: Sh Check\n\n# Controls when the action will run. \no"
  },
  {
    "path": "README.md",
    "chars": 1866,
    "preview": "# goxlr-on-linux\n[![Support Server](https://img.shields.io/discord/828348446775574548.svg?label=Discord&logo=Discord&col"
  }
]

About this extraction

This page contains the full source code of the GoXLR-on-Linux/goxlr-on-linux GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 4 files (4.0 KB), approximately 1.2k tokens. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.

Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.

Copied to clipboard!