John Saeid
John Saeid
I can't include your library bro when i write Dsp::SimpleFilter f; So what to include exactly to solve that? Thanks in adavnce
um wondering if anyone can tell me how to update marker in a thread when i update it in a class implements runnable , it says you can't update gui...
um trying to Implement band-pass filter to audio stream then output the result on the mobile speaker in real-time so is that doable with TarsosDSP , and if yes is...
Hi bro Um working on an android app to do DSP in real-time from mic to speaker , but um using a superpowered SDK and unfortunately it doesn't allow to...
I would like to convert Segy to CSV then edit in CSV and convert CSV to Segy back. I used trace headers to dataframe [example](https://github.com/equinor/segyio/blob/master/python/examples/trace_headers_to_dataframe.py). I then convert the dataframe...
### Describe the Issue I've installed your TensorFlow version 1.1.0 with pip and keras 2.2 ```python x=Dense(4,activation='softmax',kernel_initializer=glorot_uniform(seed=0))(x) File "/usr/local/lib/python2.7/dist-packages/keras/engine/topology.py", line 619, in __call__ output = self.call(inputs, **kwargs) File "/usr/local/lib/python2.7/dist-packages/keras/layers/core.py", line...
Um working with Superpowered SDK in android , but IIR filter in it is of specific degree so can use your library in this to increase the degree of the...
how many frames your library can get per second ?
I Ran the frequency domain example in Andriod examples it takes input from mic then transform into frequency domain then output the sound into the speaker my aim is to...