Frequency and volume from wav files and live audio streams

AI Thread Summary
To extract frequency and volume from WAV files and live audio streams, using C++ or JNI is recommended, as these languages provide better access to low-level audio processing capabilities. Volume extraction is relatively straightforward, with resources available at javaalmanac.com for guidance. However, frequency analysis necessitates a more OS-based approach, making C++ a suitable choice. Additionally, there is an inquiry about data modulation, indicating a broader interest in audio processing techniques.
IT_GE
Messages
8
Reaction score
0
how can i get frequency and volume from wav files and live oudio streams.

please help me
 
Computer science news on Phys.org
You'll prob need to refer to C++, or at least use JNI. The volume's not too difficult, try reffering to: www.javaalmanac.com for more info on that.

However, like I say, the frequency would require a more OS based language, such as C++.

[r.D]
 
ok 10x.

i will see this site it's good.

drwarezz. can you help me about data modulation?
 
This week, I saw a documentary done by the French called Les sacrifiés de l'IA, which was presented by a Canadian show Enquête. If you understand French I recommend it. Very eye-opening. I found a similar documentary in English called The Human Cost of AI: Data workers in the Global South. There is also an interview with Milagros Miceli (appearing in both documentaries) on Youtube: I also found a powerpoint presentation by the economist Uma Rani (appearing in the French documentary), AI...
Back
Top