Giter Site home page Giter Site logo

shortdevelopment / vb-audio-router Goto Github PK

View Code? Open in Web Editor NEW
32.0 1.0 1.0 1.4 MB

Advanced audio routing application build with UWP and the WinRT Audio Graph API

Home Page: https://www.microsoft.com/store/apps/9P2XZ0G2C9PD

License: MIT License

Visual Basic .NET 60.28% C# 39.72%
uwp audio-graph equalizer microphone effects audio speaker control audio-routing star

vb-audio-router's Introduction

VB-Audio-Router

VB-Audio-Router is an advanced audio routing application build with UWP and the WinRT Audio Graph API.
Learn more in the Wiki.

grafik

Features

  • Audio Routing
  • Inputs
    • Mic.
    • File
    • TTS
    • Single app capture
  • Effects
    • EQ (Windows impl)
    • Reverb (Windows impl)
    • Echo (Windows impl)
    • Limiter (Windows impl)
  • Transforms
    • Gain
  • Output
    • Selected speaker (currently only one)
    • Spectrum

Upcoming features (No ETA)

  • File output
  • Better EQ
  • Multiple outputs
  • Network streaming
  • Virtual devices (Virtual audio cable)

Contribute

Contributions are welcome!
Just open a PR.

vb-audio-router's People

Contributors

shortdevelopment avatar zusorio avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

frischifrisch

vb-audio-router's Issues

Ghost connections

Deleting a node with incoming connections results in ghost connections cause at the moment, we only remove outgoing connections!

Public Sub ReconnectAudioNode(ByRef nodeControl As IAudioNodeControl)
For Each connection In nodeControl.OutgoingConnector.Connections
Dim node As IAudioNode = connection.DestinationConnector.AttachedNode.BaseAudioNode
DirectCast(nodeControl.BaseAudioNode, IAudioInputNode).AddOutgoingConnection(node)
Next
End Sub

Let the user control "EqualizerBand.Bandwidth"

Namespace Windows.Media.Audio
    '
    ' Summary:
    '     Represents an equalizer band for the equalizer effect.
    <ContractVersion(GetType(UniversalApiContract), 65536)> <DualApiPartition(version:=167772160)> <MarshalingBehavior(MarshalingType.Agile)> <Threading(ThreadingModel.Both)>
    Public NotInheritable Class EqualizerBand
        Implements IEqualizerBand
        
...

        '
        ' Summary:
        '     Gets or sets the bandwidth for the equalizer band.
        '
        ' Returns:
        '     A bandwidth value.
        Public Property Bandwidth As System.Double Implements IEqualizerBand.Bandwidth
    End Class
End Namespace

Is this project still active?

Like the title says, is this software still active? It looks like a really promising alternative to VB Voicemeeter for people who just need routing from Virtual Cables to multiple outputdevices

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.