I need C# AAC sound receiver over WCF
Project Description:
I want a WCF method which is able to receive a byte stream of an AAC sound file from iPhone device and save it on the WCF web service side as a regular AAC playable file.
This will be done via an extension to the C# NAudio library or as a separate library.
This is the WCF signature of the main method:
// Gets a stream of AAC and saves it as a file. Returns true if ok, false is failed.
public bool UploadSound(Stream data, string filePath);
The result could be a working Visual Studio project which knows via stream to receive an AAC byte stream and save it as a playable file.
Skills required are .NET, Software Architecture, C# Programming