Skip to content

Latest commit

 

History

History
56 lines (35 loc) · 1.88 KB

README.md

File metadata and controls

56 lines (35 loc) · 1.88 KB

Deezer

Deezer Native SDK Samples

Sample applications using the Deezer Native SDK.

This repository contains a set of samples that demonstrate the integration of the Deezer Native Software Development Kit (SDK).

[NEW] Stay tuned for new releases by subscribing to the Native SDK’s release feed.

Available Samples

NanoPlayer is a C application which uses Deezer's Native SDK to play a song once a user was authenticated.

Features

  • User authentication
  • Playing a Deezer song.

OfflineModePlayer is a MacOSX application which uses Deezer's Native SDK to enable offline mode playback of an album or a playlist once a user was authenticated.

Features

  • User authentication
  • Offline mode playblack enabled for Deezer song list.

PythonSample is a python application which uses Deezer's Native SDK to play a song once a user was authenticated.

Features

  • Python Wrapper to create your own python app using Native SDK
  • User authentication
  • Playing a Deezer content (track, album or playlist).

A small app using Unity engine and a C# wrapper. Can be used as a base for a Unity app or any C# project using the Native SDK.

Features

  • C# Wrapper to create your own C# project using Native SDK
  • User authentication
  • Playing a Deezer content (track, album or playlist)
  • Nice UI using Unity engine.