python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Recording steganographed audio
Using echo hiding or phase coding is it possible to encode a file wav file, play it, and decode the recorded version of the file without losing info? If its not possible with this techniques, are ther...
José Luis Neves
Votes: 0
Answers: 0
Assets_audio_player PlatformException(PLAY_ERROR
error in IOS:
flutter: PlatformException(PLAY_ERROR, Cannot play assets/audio/001.mp3, The operation could not be completed, null)
[VERBOSE-2:ui_dart_state.cc(209)] Unhandled Exception: PlatformExcept...
BranchDev
Votes: 0
Answers: 1
Use Python to trim and pad wav file using sox without saving wav file each time
I found that the best way to trim and pad wav files is to use sox. However, instead of saving the transformed file each time, how to go about just generating a variable for the transformed wav file?...
Joe
Votes: 0
Answers: 1
How do I sample audio from microphone in javascript, for microphone animation?
I am recording audio from microphone in a browser using MediaStream Recording API. I would like to provide user with a visual feedback of a pulsating microphone icon. Something like this, only tied to...
Irina Rapoport
Votes: 0
Answers: 0