Announcement

Collapse
No announcement yet.

Inguz on a VBA. ???

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Inguz on a VBA. ???

    Hi Andrew:
    do you still have a link to the below instructions?
    the link does not work ... Thanks!


    agillis said:2012-08-15 21:55
    Inguz works great on VortexBox. I had some complex filters running and it only used about 15% CPU load on my VortexBox Appliance.

    Setting it up is easy. The directions are here.



    agillis
    Lead Developer VortexBox

  • #2
    Check this thread https://forums.slimdevices.com/showt...1-Inguz-EQ-DRC

    Comment


    • #3
      Thanks “Wirrunna” that’s great however I was really hoping to hear back from Andrew in regards to the specific “Inguz using VortexBox” thread instructions, not proficient in all the other Linux variants
      would you have any info in regards to linking to his broken links information? Thanks Again for your reply!

      Comment


      • #4
        Andrew pulled the "setup-inguz" script years ago when development of Inguz ceased and the inguz install tarball was no longer available for download.

        I have Inguz installed on several VBs and it works superbly, modern CPUs having so much more power than the old ones did. A Pentium loads up a few percent max with several players streaming, I tried 3 players on a 3.2 GHz dual core Pentium and barely hit 6% usage when playing.

        The install instructions in the thread I linked to work on Fedora VorteBox. I installed Inguz using the step by step instructions and haven't used the newer scripts written by JohnB,

        In the long rambling thread https://forums.slimdevices.com/showt...z-etc-)/page43 I explained how I built a room eq filter.

        JohnB is very helpful and usually responds to questions quickly. If you want to try installing Inguz and have questions I suggest that you ask back in the thread I linked to, I'll keep a lookout there

        Comment


        • #5
          Doris, I just checked my Inguz folder and here is the setup-inguz script
          Code:
          #!/bin/sh
          # Copyright (C) 2008 - 2013 vortexbox.org
          #
          # This program is free software; you can redistribute it and/or
          # modify it under the terms of the GNU General Public License
          # as published by the Free Software Foundation; either version 2
          # of the License, or (at your option) any later version.
          #
          # This program is distributed in the hope that it will be useful,
          # but WITHOUT ANY WARRANTY; without even the implied warranty of
          # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
          # GNU General Public License for more details.
          #
          
          echo ""
          echo "Installing Inguz..."
          echo ""
          cd /var/tmp
          wget http://yum.vortexbox.org/other/Inguz.tar.gz
          cd /
          tar xvfz /var/tmp/Inguz.tar.gz
          rm /var/tmp/Inguz.tar.gz
          chmod +x /usr/share/squeezeboxserver/Bin/i386-linux/InguzDSP
          chown -R squeezeboxserver:squeezeboxserver /usr/share/squeezeboxserver/Plugins/
          
          mkdir -p /usr/share/InguzEQ/
          chown -R squeezeboxserver:squeezeboxserver /usr/share/InguzEQ/
          
          yum clean all
          yum -y --enablerepo=fedora --enablerepo=updates install mono-core
          
          systemctl restart squeezeboxserver.service
          
          echo ""
          echo "Done."
          Without the Inguz tar it will not do much.

          Comment


          • #6
            Thanks again Wirrunna you always come through ..., would anyone have the needed “Inguz tar”?

            Comment


            • #7
              Not sure if I should make the attempt .

              I found the below:

              https://web.archive.org/web/20151229...page=Inguz+DSP
              Apparantly the above link is broken!
              Last edited by Doris1997; 03-21-2019, 01:28 PM.

              Comment

              Working...
              X