B4J Question jAudiotrack2 problem comparing to jAudiotrack - peacemaker    Nov 30, 2022 Hi, All and @stevel05
Old example of mono Sound Generator (with default output audio device, without adjusting) works OK, if to adjust the frequency by 1 Hz, so, it sounds without pulsations.
But if using the latest jAudiotrack2 - the generator makes pulsations at some frequency number - actually if odd Hz value is chosen.
Say, 1000 Hz is OK, but 1001 Hz - is pulsing.
And some freq values gives... B4A Library AudioTrack - stevel05    Jan 3, 2023   (8 reactions) This is a wrapper library for the AudioTrack Object, simlar to the AudioRecord object, it's... an example wav file that is loaded via a random access file and played via Audiotrack, just to give... B4A Library Mp3 converter and decoder - play an MP3 with AudioTrack - stevel05    Jul 30, 2014   (10 reactions) that can be stored in a byte array which allows the results to be streamed to AudioTrack for playing... header file.
The attached demo shows one method for streaming the MP3 using AudioTrack... 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 example of streaming audio between two devices (walkie-talkie app). Recording is done by calling StartRecording. The RecordBuffer event will be raised multiple times during the recording: Sub... B4A Question AudioTrack - how to loop audio ? - semar (first post)    Jan 15, 2021 Yes indeed Steve, again a smart concept, to which I came some days ago before to join your AudioTrack wagon, but after lots of try and error sessions I have changed my mind, because I would need to... B4A Question AudioTrack - How to pause/resume? - noeleon (first post)    Dec 9, 2019 Thank you. I'll try those suggestions.... B4A Question AudioStreamer clarification/java method access - OliverA    Sep 6, 2018 . Internally it is based on AudioTrack and MediaRecorder.I'm not 100% convinced that MediaRecorder... for AudioRecord is that AudioRecord supports the same encodings as AudioTrack, but MediaRecorder seems to support none of the encodings that AudioTrack understands.
If I happen to be correct... to AudioTrack's getMinBufferSize?
AudioRecord encoding formats: https://developer.android.com... B4A Question AudioTrack and LoudSpeaker - sherifyeheia (first post)    Apr 24, 2013 help needed
Would you post the code i will really appreciate it.... B4J Library jAudioTrack - stevel05    Aug 14, 2022   (5 reactions) There is a newer version of this library with more functionality (not a direct plugin replacement) jAudioTrack2 Here is the opposite number to jAudioRecord, again based on javax.sound.sampled it's setup is very similar. Again, not tested on linux or Mac, feedback would be appreciated. AudioTrack Author: Steve Laming Version: 1.0 Methods: AddLineListener(EventName As String) Adds.... IsInitialized As Boolean Is the Audiotrack initialized? IsRunning As Boolean Indicates whether... B4J Library [B4j] jAudioTrack2 - stevel05    Oct 24, 2023   (12 reactions) ConvertMillisecondsToString to jAudiotrack2_Utils
Update to V0.13
Updated WavRandomAccessFile to access LIST data... Page: 1   2   3   4   |