Open Preciseful opened 2 months ago
Hi,
I must confess that I haven't looked at this. Perhaps you could share your code with comments and I'll be happy to point out anything I think might be causing the problem?
Thanks, Adam
The code is the same as the file in this repository. What I was asking if there's any way to make the audio run at 16 bit, than the usual 8 bit. What values would I have to change? Using ffmpeg and making the 16 bit audio to 8 bit works just fine, but the quality is not as good as I'd want it to be.
Oh? I thought you said you'd "messed around" with the code? Just changing the bit resolution in the file won't be enough...
I did mess around but it wasn't anything more than like.. some slight different values that I eventually reverted because it did not work. I also had no clue what I was doing
Hey, I've tried messing around with the code (the CPU sound more specifically), in order to get my audio running at signed 16 bit. I tried changing all values that I found to be relevant, and tried some other stuff. Is it possible even? And if it is, how would I go on about doing it?