GithubHelp home page GithubHelp logo

Bluez-alsa with Alsaequal about bluez-alsa HOT 3 CLOSED

arkq avatar arkq commented on June 4, 2024
Bluez-alsa with Alsaequal

from bluez-alsa.

Comments (3)

dagf2101 avatar dagf2101 commented on June 4, 2024

By the way I just made a pull request for a yocto recipe I've done if you want to merge.

from bluez-alsa.

arkq avatar arkq commented on June 4, 2024

I do not see any problems with alsaequal, though. The only problem I've got was to compile alsaequal. However, after few modifications (in the alsaequal source code, due to some incompatibility with a newer version of caps library - caps-0.9.24) I've managed to make it work.

My .asoundrc file looks like this:

pcm.jabra {
	type plug
	slave.pcm {
		type bluealsa
		device "1C:48:F9:9D:81:5C"
		profile "a2dp"
		delay 20000
	}
	hint {
		show on
		description "Jabra MOVE v2.3.0"
	}
}
ctl.eq {
	type equal;
}
pcm.jabra-eq {
	type equal;
	slave.pcm "jabra"
}
pcm.default-eq {
	type equal;
	slave.pcm "default"
}

Make sure, that you are using plug plugin with bluealsa. Otherwise, it might not work.

from bluez-alsa.

dagf2101 avatar dagf2101 commented on June 4, 2024

from bluez-alsa.

Related Issues (20)

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.