I'm starting to develop an application that involves dealing with recording audio. I'm using C++ (with Visual Studio, but trying to avoid .NET specific libraries) and I was wondering where would be the best place to start? Are there recommended libraries out there?
If it matters, I'm currently just working with the line in on my computer - no special sound hardware considered (yet).