Skip to content

Commit

Permalink
Update working with audio sample to no longer use deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark McLemore committed Feb 12, 2016
1 parent 99135a6 commit 670bf87
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ protected async Task PlayAudioTrackAsync ()
// Frequency
11025,
// Mono or stereo
ChannelConfiguration.Mono,
ChannelOut.Mono,
// Audio encoding
Android.Media.Encoding.Pcm16bit,
// Length of the audio clip.
Expand All @@ -71,4 +71,4 @@ public void Stop ()
}
}
}
}
}

0 comments on commit 670bf87

Please sign in to comment.