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...
Carefree asked 3/10, 2010 at 17:2

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...
Minette asked 7/5, 2010 at 8:21

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...
Resoluble asked 3/3, 2010 at 14:46

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...
Waxman asked 11/4, 2009 at 18:57

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.)
Sostenuto asked 17/3, 2009 at 11:37

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...
Pedicab asked 23/2, 2009 at 14:2

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...
Grace asked 18/2, 2009 at 18:26

© 2022 - 2024 — McMap. All rights reserved.