Steve
2017-03-18 04:36:26 UTC
Well, the weird experiment today, was to remove all of the Codec2
quantization, so I could hear what it sounds like before high compression.
It definitely sounds like a vocoder even sans compression :-)
Instead of packed bytes I just sent a class (structure) back and forth with
all the parameters as floats or booleans. Billions and billions of bits per
second :-)
Codec2Test <https://github.com/ObjectToolworks/Codec2Test>
Alas, it's Java, but it's a way to rapid application development for me. I
started with the 1300 vocoder, and then removed all the quantization stuff.
The thing is, I think the raw vocoder sounds a lot like 1300 mode. That is,
most of the warble is already there before the compression and bit errors.
Now admittedly, the Java code might not be perfect, so there is that error
to think about.
Steve
quantization, so I could hear what it sounds like before high compression.
It definitely sounds like a vocoder even sans compression :-)
Instead of packed bytes I just sent a class (structure) back and forth with
all the parameters as floats or booleans. Billions and billions of bits per
second :-)
Codec2Test <https://github.com/ObjectToolworks/Codec2Test>
Alas, it's Java, but it's a way to rapid application development for me. I
started with the 1300 vocoder, and then removed all the quantization stuff.
The thing is, I think the raw vocoder sounds a lot like 1300 mode. That is,
most of the warble is already there before the compression and bit errors.
Now admittedly, the Java code might not be perfect, so there is that error
to think about.
Steve