I\'m using NAudio to play mp3 files from an Google Drive account:
Stream file = new MemoryStream(); this.Service.Files.Get(fileItem.Id).Download(file); // Service