mixer Questions

2

First of all, the file that I want to play is not the reason for the error; this looks like a problem with ALSA. As you can see, even when I want to start the sound file directly in the terminal (a...
Magel asked 28/4, 2022 at 11:25

2

Solved

I am trying to write a C# code that outputs the current audio output level from each of the windows application accessing the sound output (as shown with constantly changing green bars of the Volum...
Heda asked 18/1, 2014 at 6:17

2

I thought I can find anything on this great site but now I seem to face the issue with no answer :) Please help! Thing is, I need to play up to 6 different wav files with 1 channel each into 6 cha...
Arleyne asked 12/10, 2012 at 16:8

1

Solved

Hello I'm working with AudioKit -- it is a stellar framework and I'm very happy so far just learning it. I'm working through a HelloWorld example and there is code for a UI button that engages an o...
Encourage asked 15/4, 2016 at 18:8

6

Solved

Java Sound offers FloatControl instances for various sound line functionality, and both a MASTER_GAIN & VOLUME control type. Can these controls be used to change the system volume?
Radiotransparent asked 13/1, 2013 at 7:47

7

Solved

I need to get the current volume of the output to the sound card. Any ideas how?
Honeyhoneybee asked 28/3, 2010 at 21:16

2

I have a problem connected with my previous question. I want to record audio from mixer (speakers), I'm using javax.sound. I have to set up audioFormat and I don't know what to type there :/ Using ...
Jimmie asked 14/5, 2011 at 14:28

4

Solved

My question is not completely programming-related, but nevertheless I think SO is the right place to ask. In my program I generate some audio data and save the track to a WAV file. Everything work...
Dreamadreamer asked 23/11, 2009 at 16:43

1

I have a java application that is taking in sound from multiple sources, and one of the abilities of the user is to record what is happening in the application to an AVI file, and I would lik...
Acronym asked 22/6, 2012 at 13:37

1

Solved

in Android it's currently impossible to record system-audio with the Android-SDK. Therefore I played around a bit with TinyALSA (since Android 4) and hope I can reroute the audio-out so I can reco...
Berkeleianism asked 24/5, 2012 at 7:42

0

Using Java Sound, Tritonus and JavaFX, how can I intercept data sent to the speakers and record it as a file? For example, I want to mix JavaFX media player audio streams (and/or Java Sound audio s...
Senatorial asked 13/1, 2012 at 20:10

1

Solved

I've been looking for a simple C code example to set the master volume of the ALSA mixer but could not find anything simple for this supposedly common operation. I'm totally unfamiliar with ALSA, ...
Savill asked 22/7, 2011 at 8:18

1

Solved

I need to run two instances of AudioTrack at the same time. They must run separately because I'm playing them at different, variable sample rates. I found that if I run them in the same thread, the...
Pentaprism asked 13/12, 2010 at 3:7

2

Solved

I have two mono audio channels (pcm format) of audio call, incoming and outgoing. how to mix them? how to position them in space? (e.g. incoming channel sounds slightly on the left and outgoing on ...
Morality asked 30/12, 2010 at 23:33

2

Solved

First, note that I know there are a few questions like this already posted; however they don't seem to address the problem adequately. I have a C# application, with all the pInvoke hooks to talk to...
Dipietro asked 11/6, 2010 at 13:11

1

Solved

I'd like to use C# to implement an application that can play multiple audio streams at the same time. Peanuts - now the interesting part: assuming every stream is single channel (mono) I want to ad...
Maneating asked 26/10, 2009 at 14:2
1

© 2022 - 2024 — McMap. All rights reserved.