ostrosco / comms-rs

A library for building DSP communication pipelines.
MIT License
13 stars 1 forks source link

Create type-conversion nodes #85

Open ostrosco opened 5 years ago

ostrosco commented 5 years ago

As different nodes have different type requirements, it's often needed to convert from one type to another. We'd like to create nodes to support the following:

ostrosco commented 5 years ago

After observing how performance is impacted with too many threads, type conversion nodes are almost certainly a bad idea. Instead, helper functions will be provided to perform this conversion.