問題タブ [react-native-sound]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
react-native - Expo オーディオ ライブラリまたは React-native-track-player に Expo を使用する必要がありますか?
「react-native init」で初期化したプロジェクトがあります。堅牢な機能のため、expo オーディオ ライブラリの使用を考えています。しかし、私は Expo が解決策ではないことを読みました。アプリのサイズが大きくなります。最後にそれを排出する必要があります。では、この場合、どちらがより良い解決策であるかを誰かが私に提案できますか?
Expo のいくつかの欠点:
- ホットリロードでうまく動作しない
- サード パーティのライブラリとのリンクは面倒な場合があります (Expo には、オーバーヘッドとなる facebook SDK が含まれています)。
- 通知サービスが悪い。
javascript - 反応ネイティブで変数としてjsonから値を取得する方法はありますか
反応ネイティブでアプリを作成しようとしています。データベースに情報を保存しています。php を使用して、クエリを使用してデータベースの情報を取得します。
次に、fetch を使用して情報を取得すると、情報を取得してテキストとして表示できます。反応ネイティブサウンドで使用できるように、データを変数として使用したいと思います。
これが私の反応するネイティブコードです
私のjsonは次のようになります
android - React native sound is too slow when loading a sound from url (delay)
So i am making a mobile app with react native and i used react-native-sound for playing sounds in the app but i noticed that everytime i load the page that plays the sound it dosent play right away i have to wait for at least 10 seconds to hear it
NOTE: i am taking the sound from my website with a link that has the mp3 file retrieved from a buffer and you know how it goes .. i tried other websites but still the same .
so do you have any idea about this delay or how to get rid of it because when i open this link in the phone or pc browser it starts working instantly i just want the same think on the app and thank you..
php - React NativeでPHPを使用して録音したサウンドクリップをサーバーに保存する
私は短いオーディオ クリップを録音していて、PHP を使用してサーバーに保存したいと考えています。つまり、.caf ファイルを作成する録音オブジェクトがあります (理想的には、MP3 に変換して保存したいのですが、それは別の問題です)。PHPを使用してサーバーにそのファイルを保存したい。以下のコードは、オーディオの録音に使用するコードです。