mixer Questions
2
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...
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...
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?
7
Solved
I need to get the current volume of the output to the sound card.
Any ideas how?
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 ...
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...
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...
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...
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...
1
Solved
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...
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 ...
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...
1
© 2022 - 2024 — McMap. All rights reserved.