ggerganov / ggwave

Tiny data-over-sound library
https://youtu.be/Zcgf77T71QM
MIT License
1.94k stars 156 forks source link

How do I generate two-channel audio encoded data #66

Open noah-hwang opened 2 years ago

noah-hwang commented 2 years ago

hi,Whether the PCM generated by GGWave is single-track by default,How do I generate two-channel audio encoded data?Whether the use of two-channel playback will affect the codec effect,thanks

ggerganov commented 2 years ago

Currently we generate single-channel audio. Not sure what would be the benefit to make a two-channel sound. I guess we can split half the frequencies in one channel and the other half in the second channel? But again, I don't know what would be the benefit of rhat.