bjfhs Active Member Licensed User Longtime User Feb 26, 2019 #1 When I use the library and the sample code ,I click the play button ,I can't hear anything and get error. https://www.b4x.com/android/forum/threads/jaudiotrack.37973/#content Waiting for debugger to connect... Program started. Getting line from Audiosystem EndedOK false Exception : wrong number of arguments Playing Finished
When I use the library and the sample code ,I click the play button ,I can't hear anything and get error. https://www.b4x.com/android/forum/threads/jaudiotrack.37973/#content Waiting for debugger to connect... Program started. Getting line from Audiosystem EndedOK false Exception : wrong number of arguments Playing Finished
Erel B4X founder Staff member Licensed User Longtime User Feb 26, 2019 #2 I'm not familiar with jAudioTrack. If you are looking for low latency playback then you can also use jGameViewHelper library. Upvote 0
I'm not familiar with jAudioTrack. If you are looking for low latency playback then you can also use jGameViewHelper library.
bjfhs Active Member Licensed User Longtime User Feb 26, 2019 #3 I am looking for a way to record the sound from microphone with Android device(use B4A) and play with a PC realtime(Use B4J). Upvote 0
I am looking for a way to record the sound from microphone with Android device(use B4A) and play with a PC realtime(Use B4J).
stevel05 Expert Licensed User Longtime User Feb 26, 2019 #4 jAudiotrack uses the threading library, the demo should be run in release mode. Upvote 0
bjfhs Active Member Licensed User Longtime User Feb 27, 2019 #5 stevel05 said: jAudiotrack uses the threading library, the demo should be run in release mode. Click to expand... Yes ,you are right. But when I play the file in the example(trom.wav),all is right,when I play music in my computer,I only hear the noise. Last edited: Feb 27, 2019 Upvote 0
stevel05 said: jAudiotrack uses the threading library, the demo should be run in release mode. Click to expand... Yes ,you are right. But when I play the file in the example(trom.wav),all is right,when I play music in my computer,I only hear the noise.