javasound Questions
1
Solved
I'm trying to read in .MID files to a Java program, and would like to separate each note/chord so as to display them on a UI of some sort. I didn't have much luck using the Sequencer API in Java, a...
1
Solved
In my application I inherit a javastreamingaudio class from the freeTTS package then bypass the write method which sends an array of bytes to the SourceDataLine for audio processing. Instead of wri...
3
Solved
Hi I am trying to write an application that will play morse code. I just wanted to know if there was a default system sound in java like some beep, or do I have to download some sound file from the...
2
Solved
I'm getting a slight distortion (sounds like buzzing) in the background when I run the following code. Because of its subtle nature it makes believe there is some sort of aliasing going on with the...
4
Solved
What's the simplest way to concatenate two WAV files in Java 1.6? (Equal frequency and all, nothing fancy.)
(This is probably sooo simple, but my Google-fu seems weak on this subject today.)
1
Solved
I'm trying to play a
PCM_UNSIGNED 11025.0 Hz, 8 bit, mono, 1 bytes/frame
file as described here (1) and here(2).
The first approach works, but I don't want to depend on sun.* stuff. The second res...
19
Solved
I'm working with the Java Sound API, and it turns out if I want to adjust recording volumes I need to model the hardware that the OS exposes to Java. Turns out there's a lot of variety in wha...
© 2022 - 2024 — McMap. All rights reserved.