node-lame
node-lame copied to clipboard
Use a float array for PCM input
Hey, the project works great. Thank you!
I have a question, in my use case I have a raw PCM input that's streaming from a service in float array format.
To make node-lame work I had to convert such array to integers.
Is there a way to avoid such conversion?
Thank you. :)
Unfortunately I am not familiar with PCM inputs. Do you have a code example of how you have implemented the conversion so far? Then we can check if this feature can be included in node-lame
?