The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
23 views

Timeseries interpolation of 3D Volume (MATLAB or Python)

I was wondering what methods or techniques are available when interpolating between 3D volumes over time. Say I have V1 (x,y,z t1, coordinates), and V2 (x,y,z,t2). I want to basically have a smooth ...
0
votes
0answers
10 views

Is there a way to get information about the callers volume level using Twilio's API?

Im trying to display each caller on a conference lines volume in our product. I was looking through Twilio's API docs and dont see anything around this. Does anyone know if theres a way to display ...
4
votes
2answers
99 views

How to check if the system master volume is mute or unmute?

I'm using this code to mute/unmute system master volume: const APPCOMMAND_VOLUME_MUTE = $80000; WM_APPCOMMAND = $319; procedure TForm1.Button1Click(Sender: TObject); begin // toggle ...
0
votes
1answer
13 views

Problems in creating volume in mapr hadoop

I want to create a volume(MyVolume) but it can not mount the volume. it says this error: Failed to mount volume MyVolume, Permission denied its permission is root and admin.how can i create volume ...
0
votes
0answers
25 views

How do I get the upper half of the Volume id in Windows?

This link at Ubuntu says "The option --new-half-serial only changes the upper part of the serial number, keeping the lower part which is used by Windows unchanged." That suggests that the upper ...
0
votes
1answer
14 views

SystemSoundID Sometimes Changing With Device Volume

I am playing sound effects in my game using the SystemSoundID class, with some odd results. A few of my sounds, including landed1 below, change volume according to the volume buttons, but others, like ...
0
votes
2answers
12 views

ontouch() listener on volume control?

I've been trying to make an app that disable volume changes. I already make it for volume up and volume down buttons. But I realize the volume can still be changed through touching the screen after ...
0
votes
1answer
25 views

Disable device volume controls

I created customized media player to play videos. i have volume button if click that button i just call device volume settings like this AudioManager audioManager = (AudioManager) ...
0
votes
2answers
22 views

HTML Trying to get value from textbox and use it for a math equation in Javascript(Volume)

I would like to make it so it pulls the value I input into the textbox into the variables l w and h then does the equation l*w*h and presents the answer im not that good at coding I just started and ...
0
votes
2answers
42 views

Representing music audio samples in terms of dB? [duplicate]

I am starting a project which would allow me to use Java to read sound samples, and depending on the properties of each sample (I'm thinking focusing on decibels at the moment for the sake of ...
0
votes
0answers
38 views

QT5 QAudioOutput setVolume not working above 0.5

I'm linking a slider to a QAudioOutput::setVolume method, but when my volume is higher than 0.5, nothing changes (no higher volume and no cursor increase in the windows mixer). Values are certainly ...
0
votes
0answers
24 views

Calculating voxel volume from PixelSpacing and SliceThickness in DICOM files

To calculate the physical volume of an isometric voxel, should you make a multiplication of the two values noted under the dicom tag PixelSpacing and the single value noted under the dicom tag ...
1
vote
1answer
38 views

How to get volume of AudioTrack in Android?

I can set volume of audioTrack by using track.setStereoVolume(a,b); But i couldn't find a method to to get the volume, either like getStereoVolume() or setOnVolumeChangedHandler(...) How can i track ...
0
votes
1answer
62 views

Calculate the volume of a GeometryModel3D

I'm using HelixToolkit's ModelImporter class(Helix 3D Toolkit is a collection of custom controls and helper classes for WPF.) for loading 3D objects from STL files (STereoLithography is a file format ...
0
votes
1answer
34 views

Volumetric Brush with opengl

I have a cube and some points inside it. I'd like to create a volume from that points. Like a volumetric brush where each point is a brush stroke of a volumetric brush After some research I've found ...
0
votes
2answers
40 views

get current volume output in java

Anyone knows how to get the current volume output using Java? I've searched and found lots of example that get only the volume setting. For example on windows 7, I can set the volume on 100% but when ...
1
vote
0answers
63 views

Detect mounting of a virtual (TrueCrypt) volume in windows PowerShell script

I am using the following windows powershell script to detect when a particular volume is mounted so I can run a script that will move files from my machine to the device (I don't know much about ...
2
votes
0answers
38 views

Combine Spheres [duplicate]

Given a collection of spheres defined by their 3D position and radius. Is there a trivial way to combine these together to give the smallest single sphere which encloses all spheres in the ...
0
votes
2answers
37 views

Media volume control

I'm developing adobe air application for mobile. I want to control android media volume like increase/decrease the media volume and mute/unmute the mediavolume. How can I control android media volume ...
0
votes
1answer
36 views

Is it possible in Geomagic Studio to compute volume via Python macro?

I'm using Python scripts to realize macros in Geomagic Studio 2012. I need to calculate, on a set of scanned objects, the volume of several of them respect to the total. Currently, I: write down ...
-1
votes
0answers
17 views

Copying mounted shadow volume in windows [closed]

I have a situation where I need to mount my existing system volume (C: drive) using Diskshadow to a mount point lets say P: When I try to copy the mounted data from P:\ to another remote share it ...
0
votes
0answers
36 views

Delaunay Triangulation to Volume

Anyone know how to save delaunay triangulation result which is 4 points matrix (n x 4) into a volume (ex : 72 x 321 x 311). I hope someone can help me with this. Thanks. Here is my code : ...
0
votes
1answer
89 views

Handle phone Volume button through app Volume Control android

I'm using VerticalSeekBar for volume up Up or Down in my app and I want if user press phone volume button then default VolumeProgress dialog should not open and phone volume button handle my ...
-1
votes
3answers
90 views

Python 3 Write class to return surface area and volume of sphere

I have tried everything and my code seems to be very close but i keep getting a name error when i have defined the variable. from math import * class Spheres: def __init__(self, radius): ...
0
votes
1answer
48 views

Is it possible to control System Volume, and Get network information, Battery information on VB.Net with Mono

I was wondering if it was possible to be able to control/get the system volume, get network information (i.e is it a wired or wireless connection, name of network, etc.) and get battery information ...
0
votes
1answer
21 views

Microphone and sound settings in Flash

How do you control and display the volume settings on a video panel in ActionScript 3? To achieve this, which class i would be required to use. Microphone, SoundTransform or both? Cheers
2
votes
0answers
53 views

C++ How to Sendmessage volume up?

How can I send message volume up? I tried the code bellow but it doesnt work. Please help me. Thank you very much! void main() { HWND hwnd = GetConsoleWindow(); SendMessage(hwnd, ...
0
votes
1answer
120 views

How to make volume slider for AVPlayer in xcode for mac

so i have my simple code of my radio app: -(IBAction)europaPlus:(id)sender{ NSLog(@"EuropaPlus work"); if (clicked == 0) { clicked = 1; NSString ...
0
votes
0answers
32 views

Windows 7 System Sounds resetting itself to 100% [closed]

I like to keep my Windows 7 System Sounds at about 10% of the master volume because at that level I can hear when something goes wrong on my pc but the noise isn't too annoying. However, I've noticed ...
0
votes
0answers
19 views

iOS SystemSound irregular volume behaviour

I'm using this code to play small sounds on iOS AudioServicesCreateSystemSoundID ((CFURLRef)[NSURL fileURLWithPath:[[NSBundle mainBundle]pathForResource:@"bigaif" ofType:@"caf"]], ...
0
votes
0answers
23 views

how to code in order to adjust media volume when my app is running?

When my app running, I press the sound volume button on my android phone, then my phone displays the Ringer volume is being adjusted. In this case, the volume of media which is played by my app has ...
0
votes
0answers
58 views

slider bar volume control

How do you display a slider bar on a video screen to adjust the volume settings in Actionscript 3? I cant find any tutorials on this please help. Many Thanks
0
votes
0answers
38 views

Python | Calculate Volume with Objects of Set Size Internally

I'm trying to figure out how to calculate how many boxes can fit into a shipping container for my work. Does anyone know how I can do this in with Python? There's an example here: ...
0
votes
2answers
40 views

detect volume of other open websites or even apps with js (probably)?

Is this possible? google desn't seem to have anything on this.. So that if a user plays a video or song on another website the volume in mine would automaticly decrease
0
votes
0answers
37 views

Low Volume When Using AudioToolbox in iOS

I have used AV Foundation before but my latest project require AudioToolbox, I changed my code and now the audio playback is extremely low, specially over the headphone jack, regardless of the device ...
0
votes
0answers
22 views

How can i regulate volume of flash in Chromium Embedded?

How can i regulate volume of flash in Chromium Embedded on Windows 7? I've tryed Mixer API, EndPointVolume API, Mmdevice API, audio sessions etc. But it always regulates the wrong track (creates new ...
0
votes
1answer
33 views

how to make the volume keys to show no effect on Audioplyer Sound

I am working on an Alarm app and i used AVAudioPlayer to play the alarm Sound, I have a slider to adjust the audioPlayer Sound in my application settings.Now when the alarm is making any sound i dont ...
0
votes
1answer
96 views

Calculating microphone volume (trying to find max)

I'm trying to find the max volume of the microphone input because I'm trying to find how loud a certain sound is on average so my program can recognize it by volume. The RMS calculating method is ...
0
votes
2answers
241 views

Android Volume Button Listener when Screen Off

I have an activity listening for volume button events using onKeyDown(), however I am not able to see these events when the screen is off. Is there any way I can still listen for volume button ...
0
votes
1answer
53 views

Incrementally increasing volume in bash

Im making an alarm clock and wanted to start at basically no volume and increase the sound per 2 seconds up one 'notch'/value until a certain predefined point where it wont increase anymore. As of ...
0
votes
1answer
52 views

Control Master volume using slider? - Xcode

Is there a way I can control the master volume using the slider? additional question: is there a way for the background music to stop playing whenever i change or load views? Thank you for the ...
0
votes
0answers
132 views

How to programmatically mute live streaming video in iPhone

I am playing live streaming video in iPhone using AVPlayer. I want to switch off the volume of the player (programmatically). I tried this ...
1
vote
1answer
72 views

KeyEvent.KEYCODE_VOLUME_UP(DOWN) registering double hits

I have a simple app where I do the following: public void onClick(View v){ switch(v.getId()) { case R.id.buttonup: onButtonUp(); break; case ...
0
votes
1answer
52 views

control volume and turn off 3g from xcode

I want to know, is their any posibility to control volume and 3g on an ios device using xcode? my "The Mind" meditation app need that function to stop distractions from outside.
0
votes
0answers
25 views

change volume of a handled soundfx in cocos2d

int __sfxHandle; [[SimpleAudioEngine sharedEngine]stopEffect:__sfxHandle]; by this way I can stop the specified sound via its handle number. but how can I do something like this ? somethig like : ...
0
votes
0answers
75 views

Identify System reserved partition

I am working on an upper volume filter driver using diskperf as base. Can any one tell me how can I identify a system reserved partition at boot time?
0
votes
1answer
242 views

How to turn the volume to max programmatically on android? [duplicate]

I am writing an app for android that turns up the volume and plays a song for 45 seconds and then stops. That works great, however I can only get the volume to turn up to 50%, Is there a way to turn ...
0
votes
1answer
33 views

How to increment same amount of volume output having different base dB level

let´s say i have a base 10 dB and then i increment this value to 16 dB, there are 6 dB of diference so my volume has changed, but now let´s say i want to increment the same amout of volume to a ...
0
votes
0answers
28 views

Toggle stereo channels

I need to interchange the master volume stereo channels I mean to toggle the things wich is playing the left channel toogle it with the things that are playing in the right channel, then rightchannel ...
1
vote
1answer
34 views

How to create Mountpoints for Logical Volumes

I have a script that I want to help me create a Logical Volume Manager with partitions outlined below: Partitioning scheme for 120 GB HD enter code here# Partition clearing information enter code ...

1 2 3 4 5 13