Questions tagged [equalizer]

188 questions
1
vote
2 answers

How to show my application in Music Equalizer in settings android

Here i am creating an application handling the music and audio frequency, like an EQUALIZER. and how to set my application as a default equalizer, and how to show my equalizer application in device settings screen. i searched these classes but…
1
vote
1 answer

iOS equalizer by kAudioUnitSubType_NBandEQ

I want to implement my equalizer on iOS device, and it seems to be achievable by kAudioUnitSubType_NBandEQ. However, after I set the gain of each band, I heard nothing changed on the sound. I use the sample code of…
1
vote
2 answers

Zurb foundation equalizer resize after ajax

I ran into a problem with Foundation equalizer, I am trying to dynamically readjust div heights with equalizer after I change content with ajax. I searched Foundation documentation, Stack overflow but I found no answer to this problem. I noticed…
1
vote
2 answers

Equalizer - how to regain control state

I'm playing with Equalizer and found that whenever I'm starting my application and then using another equalizer app my app crashes on attempt to use anything (e.g. setBandLevel). java.lang.UnsupportedOperationException: AudioEffect: invalid …
Lukasz 'Severiaan' Grela
  • 6,078
  • 7
  • 43
  • 79
1
vote
1 answer

iOS equvalent of the Android's Equalizer class

I have found the Equalizer class on Android and I'm wondering if there is similar functionality on iOS7+ or is there any other way to achieve similar effects (audio setup for audio playback).
Lukasz 'Severiaan' Grela
  • 6,078
  • 7
  • 43
  • 79
1
vote
1 answer

Foundation equalizer plug + BS 3.2?

Trying to use equalizer plug, but id doesn't work, and no errors. It`s look like http://goo.gl/OvKy1g. Here is a page http://goo.gl/INMqUL. Do i need include some css for it.
Maxim
  • 73
  • 1
  • 2
  • 6
1
vote
1 answer

Foundation 5 and Equalizer

I'll try to ask this here, because on Foundation forums I got no answer. I'm making a mixed layout and I want to use Equalizer to make the first column and the second column the same height. The catch is that the second column is another grid…
user1483255
  • 57
  • 1
  • 8
1
vote
1 answer

How properly implement equalization using band pass filer

I'm working on equalizer and trying to understand how to it all should work. Please help to understand what I should to do. What I already have: C# incoming float[] buffer (it comes from CSCore library, can be downloaded with Nuget) an implemented…
Drone
  • 21
  • 6
1
vote
2 answers

Call/Firing Foundation JS in a Media Queries

Foundation has some JS functions to detect Media Queries. My question is how to define some functions just Firing in Medium-up media queries? Exactly I want to firing Foundation Equalizer on medium-up or actually stop working on Mobile. Thanks :)
Parhum
  • 760
  • 4
  • 17
1
vote
0 answers

java.lang.UnsupportedOperationException: AudioEffect: invalid parameter operation

Right my app reports this crash every single day and it's resulting in a lot of uninstallers, which i don't like, now I've looked everywhere and all i know is that it's a very wide spread problem and it could also be a problem on Google's side but i…
1
vote
1 answer

Foundation equalizer not working with vcards within a row?

I am using Foundation as a backend for a website, and am attempting to use the equalizer function to keep a group of vcard divs at equal height. My code is as follows:
user2887482
  • 121
  • 1
  • 4
1
vote
1 answer

Equalizer columns inside Accordion

I am new to Foundation. I am currently stucked at having Equalizer columns inside Accordion. What happened is that, Accordion did not create enough room for contents inside, making it looks as if the contents flow out of its panel. After few…
Lemmy Cj
  • 23
  • 4
1
vote
1 answer

how to develop a custom equilizer for media player in android?

I am developing app related to music player, its having equalizer settings, i know every device having a default equalizer. code for getting the default equalizer equilizer.setOnClickListener(new OnClickListener() { @Override …
1
vote
1 answer

How to apply equalizer changes to all audio in android?

I am using Android Equalizer class, and I made some modification to the band levels of the object. What I need to do is to apply these changes of the equalizer to all the audio files in the device, so when a music file is being played, the changes…
Hanady
  • 779
  • 2
  • 15
  • 38
1
vote
1 answer

Properties of histogram equalization? Enhance contrast without artefacts?

In my case histogram equalization produces a lot of artifacts on shaded areas after Canny processing. Actually these areas contain very slow color variations, but they are enhanced by equalizer. Is there a method to enhance contrast linearly, i.e.…
Suzan Cioc
  • 29,281
  • 63
  • 213
  • 385