B4A Library Audio library v1.5 - New AudioStreamer object - Erel    Nov 10, 2023   (11 reactions) This version includes a new AudioStreamer type. Note that this is a beta version (for this type only). The purpose of AudioStreamer is to make it simple to stream audio from the microphone and to the speakers. Internally it is based on AudioTrack and AudioRecord. Next week I plan to create an exam B4A Example B4Xgoodies_from_walt61 Online - AnandGupta (first post)    Nov 11, 2023   (3 reactions) What's New Since Last Week (04 Nov 2023 to 11 Nov 2023)
B4A
Audio/Video
Audio library v1.5 - New AudioStreamer object
Audio library v1.5 - New AudioStreamer object
https://www.b4x.-library-v1-5-new-audiostreamer-object.30550/
B4J
Audio/Video
Opus codec for B4J
Opus codec for B4J
https://www.b4x B4A Question Subscribe to library updates - Biswajit (first post)    Sep 27, 2023   (15 reactions) SpeechToText - Continuous Offline Voice Recognition
Version 1.5:
Added option to feed external audio buffer. Instead of using the internal audio recorder you can feed external audio buffer from another audio source.
(Check the latest example project)
Updated VOSK and JNA library. (Please delete ol B4A Library AudioTrack - stevel05    Jan 03, 2023   (8 reactions) This is a wrapper library for the AudioTrack Object, simlar to the AudioRecord object, it's more complex to use than the MediaPlayer but has some functionality that is useful for audio processing.
I haven't had time to test this one thoroughly, I thought you may like to play with it as well. Let m B4A Library SpeechToText - Continuous Offline Voice Recognition - Biswajit    Sep 27, 2023   (52 reactions) Return type: @return:true if recognition was actually stopped
Downloads:
Library
Example
Voice Model
Test app
Update:
Version 1.1:
Added audio file to text functionality. (For now only WAV format is supported)
Added predefined word/phrase detection functionality.
Merged startListening and sta B4A Question How to replace the old audiorecorder library ? - Sagenut (first post)    Jul 06, 2024   (1 reaction) Maybe you can check this
https://www.b4x.-library-v1-5-new-audiostreamer-object.30550/
I think it's based on the internal Audio library. B4J Question AudioRecord - stevel05 (first post)    Feb 21, 2024   (1 reaction) For streaming you will probably get better performance with the AudioStreamer object from the Audio Library: https://www.b4x.-library-v1-5-new-audiostreamer-object.30550/ B4A Question Badly Needed: Microphone Library - Isa Paine (first post)    Apr 01, 2015 I believe I used 1.5 https://www.b4x.-library-v1-5-new-audiostreamer-object.30550/ B4J Library [B4j] AudioSpectrumVisualizer - stevel05    Aug 17, 2022   (21 reactions) This is the result of an interesting distraction. I came across this example which uses a Javafx AreaChart and the MediaPlayer AudioSpectrumListener to display an audio spectrum. I thought I would try porting it to B4j. It seems to work fairly well although I am not sure I really have a use for it B4A Library AudioRecord Library - stevel05    Mar 09, 2017   (2 reactions) This is an Audio Recording Library based on the Android AudioRecord object which allows capturing of sound input to a data file for further processing (maybe realtime if we're lucky).
Included in the demo program is a WAV file header routine that allows saving captured sound as an uncompressed wav Page: 1   2   3   4   5   6   7   Powered by ColBERT |