Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • linuxmce linuxmce
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 255
    • Issues 255
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • linuxmcelinuxmce
  • linuxmcelinuxmce
  • Issues
  • #111
Closed
Open
Issue created Feb 10, 2009 by Wombiroller@wombiroller

Audio cut outs when selecting new media - Denon AVR 2307 template AVC-A1SRA (RS232)

http://forum.linuxmce.org/index.php?topic=7393.0

When selecting new media, it starts to play immediately - but after a second or so - audio cuts out as Linuxmce seems to reset the Denon AVR 2307's outputs. Then starts playing again. This doesn't happen if I change songs in a playlist - but if I load a new playlist or new media it happens every time...

Fix provided by Thom. Outlined in above forum page.

#373 (closed) Private Method Listing - add the below code to existing

def switchInput(newinput)

   if newinput = @currentInput
   else
      @currentInput = input
      conn_.Send(newinput)
   end

end

#355 (closed) Process Initialize - replace inputSources section from "VDP" to switchInput("VDP") etc.. as below:

$inputSources = {
switchInput("VDP")             =>        176,
switchInput("VCR-3")          =>        284,
switchInput("VCR-2")            =>        283,
switchInput("VCR-1")           =>        282,
switchInput("V.AUX")           =>        285,
switchInput("TV" )               =>       161,
switchInput("TUNER")          =>       166,
switchInput("PHONO")           =>       163,
switchInput("MD/TAPE2")     =>       174,
switchInput("DVD")             =>       165,
switchInput("DBS/SAT")        =>       281,
switchInput("CD")             =>       162,
switchInput("CDR/TAPE1")     =>       420
}

Cheers, Adriel.

Assignee
Assign to
Time tracking