yoheimuta / RxMusicPlayer

A reactive library to make it easy for audio playbacks using RxSwift.
MIT License
58 stars 8 forks source link

how to play local file ? #34

Closed ghost closed 3 years ago

ghost commented 3 years ago

my code based on https://github.com/yoheimuta/RxMusicPlayer/tree/master/ExampleSwiftUI

i add 3 mp3 files to my project

then i change the items in herehttps://github.com/yoheimuta/RxMusicPlayer/blob/master/ExampleSwiftUI/PlayerView.swift#L41

here's my code:

image

but, it can't play mp3 file

can you help me?

thank you very much

yoheimuta commented 3 years ago

@stfenjobs How about this update?

ghost commented 3 years ago

@yoheimuta thank you very much