Search found 15 matches

by mandolini_
Fri Feb 21, 2020 7:25 pm
Forum: Software
Topic: Signal arrangement plugin types
Replies: 6
Views: 5751

Re: Signal arrangement plugin types

As an edit to the above: I'm currently using mhachain to perform a simple passthrough as a sanity check with the following sequence of plugins and parameters. srate = 48000 fragsize = 256 iolib = MHAIOJack mhalib = mhachain mha.algos = [downsample wave2spec identity spec2wave upsample] # eventually ...
by mandolini_
Thu Feb 20, 2020 10:09 pm
Forum: Software
Topic: Signal arrangement plugin types
Replies: 6
Views: 5751

Signal arrangement plugin types

Hi - I'm having difficulties understanding how mhachain and overlapadd work, and what their differences are. From my understanding after reading the plugins document ( http://www.openmha.org/docs/openMHA_plugins.pdf ), mhachain is useful for creating a chain of plugins to create signal flow (such as...
by mandolini_
Wed Feb 19, 2020 11:16 pm
Forum: Software
Topic: Adding source files to path
Replies: 4
Views: 3929

Re: Adding source files to path

Thank you so much. This has been tremendously helpful.
by mandolini_
Tue Feb 18, 2020 12:55 am
Forum: Software
Topic: Adding source files to path
Replies: 4
Views: 3929

Re: Adding source files to path

Perhaps I should have been more clear. "algo.h" is the header file for my source code that I have included at the top of my plugin file ("plugin.cpp", which has been copied from one of the example plugins provided). I believe what I am misunderstanding - and also where my questio...
by mandolini_
Fri Feb 14, 2020 3:32 am
Forum: Software
Topic: Adding source files to path
Replies: 4
Views: 3929

Adding source files to path

I am new to plugin development. I have an algorithm in C++ that I wish to wrap into an MHA plugin and run in real time. I used one of the example plugins from {openMHA_root}/mha/plugins/ as a basis for my wrapper. I have all the necessary includes at the top of this file. How do I add my source code...