Nirmal Thumbar
Nirmal Thumbar
> Hi! Have you solved the issue? I'm having the same problem https://github.com/qubvel/segmentation_models/issues/394#issuecomment-736608257 Try this, it should solve it. To summarize - replace 'return batch' with 'return tuple(batch)' in get_item...
> Now cant import anything it's showing "PortAudio library not found" error while importing Hi @Sanjay2802, is this occurring on the following branch from which I have raised PR? branch...
Hi @khanhlvg The inputNode.installTap callback in [AudioInputManager.swift](https://github.com/tensorflow/examples/pull/388/files#diff-dde6520ae5e81e738f8a3861f67f615935acb40dde1eb7838abe833bd6d7c475) file returns audio data in range of [100, 400] milliseconds. This is specified in the iOS documentation which can be checked in xcode....
> When the audio data returned by installTap callback is converted and saved in pcmBuffer, the pcmBuffer will have only 400 ms of unique data. The same audio data is...