|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SoundFormat | |
---|---|
edu.washington.cs.sounddetector.server.api | |
edu.washington.cs.sounddetector.server.api.method |
Uses of SoundFormat in edu.washington.cs.sounddetector.server.api |
---|
Methods in edu.washington.cs.sounddetector.server.api with parameters of type SoundFormat | |
---|---|
String |
SoundDetectorAPI.classify(String detectorId,
byte[] sound,
SoundFormat soundFormat,
List<PeakEvent> peakEvents)
Notify the server that a sound event was detected. |
List<Long> |
SoundDetectorAPI.train(String detectorId,
List<LabeledSound> data,
SoundFormat soundFormat)
Sends training data to the server. |
Uses of SoundFormat in edu.washington.cs.sounddetector.server.api.method |
---|
Methods in edu.washington.cs.sounddetector.server.api.method that return SoundFormat | |
---|---|
SoundFormat |
Classify.getSoundFormat()
|
SoundFormat |
Train.getSoundFormat()
|
Methods in edu.washington.cs.sounddetector.server.api.method with parameters of type SoundFormat | |
---|---|
void |
Classify.setSoundFormat(SoundFormat soundFormat)
|
void |
Train.setSoundFormat(SoundFormat soundFormat)
|
Constructors in edu.washington.cs.sounddetector.server.api.method with parameters of type SoundFormat | |
---|---|
Classify(String detectorId,
byte[] sound,
SoundFormat soundFormat,
List<PeakEvent> peakEvents)
|
|
Train(String detectorId,
List<LabeledSound> data,
SoundFormat soundFormat)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |