Streaming with ohLibSpotify and NAudio
|
06-02-2014, 05:32 PM
(This post was last modified: 06-02-2014 05:33 PM by freakimkaefig.)
Post: #6
|
|||
|
|||
RE: Streaming with ohLibSpotify and NAudio
Hi,
thanks so much. I managed to play the song. Here's my code if someone gets the same problem: Code: public override int MusicDelivery(SpotifySession session, AudioFormat format, IntPtr frames, int num_frames) Code: public override void GetAudioBufferStats(SpotifySession session, out AudioBufferStats stats) The code in the _sessionManager is: Code: public void Play(Track track) The song is playing, but with some stutters. Do you know, how to improve the code, to handle these stutters? Thanks again Andrew, you saved my day! |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Streaming with ohLibSpotify and NAudio - freakimkaefig - 28-01-2014, 08:18 PM
RE: Streaming with ohLibSpotify and NAudio - graham - 29-01-2014, 11:20 AM
RE: Streaming with ohLibSpotify and NAudio - andreww - 05-02-2014, 05:48 PM
RE: Streaming with ohLibSpotify and NAudio - freakimkaefig - 05-02-2014, 08:10 PM
RE: Streaming with ohLibSpotify and NAudio - andreww - 06-02-2014, 03:19 PM
RE: Streaming with ohLibSpotify and NAudio - freakimkaefig - 06-02-2014 05:32 PM
RE: Streaming with ohLibSpotify and NAudio - andreww - 06-02-2014, 06:32 PM
|