Skip to content

Commit

Permalink
Merge pull request #130 from anikdhabal/fix_dead-link
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx authored Oct 10, 2023
2 parents 49c57f7 + 81589b4 commit 7ea1d6a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
20 changes: 19 additions & 1 deletion .github/workflows/markdown.links.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,25 @@
"pattern": "^https://developer.android.com/studio/*"
},
{
"pattern": "^https://x.com/martindonadieu"
"pattern": "^https://x.com/*"
},
{
"pattern": "^https://www.indeed.com/*"
},
{
"pattern": "^https://litoarias.medium.com/*"
},
{
"pattern": "^https://medium.com/*"
},
{
"pattern": "^https://kick.com"
},
{
"pattern": "^https://opensource.org/license/*"
},
{
"pattern": "^https://foundation.mozilla.org/*"
}
],
"httpHeaders": [
Expand Down
2 changes: 1 addition & 1 deletion src/content/blog/quasar-mobile-app-capacitor.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ slug: "live-update-with-quasar-and-capacitor"
title: Creating Mobile Apps with live updates, Quasar and Capacitor.
description: How to create a mobile app with Quasar, Capacitor and implement live updates.
author: Anik Dhabal Babu
author_url: https://twitter.com/AnikDhabal
author_url: https://x.com/anikDhabal
created_at: 2023-09-14
updated_at: 2023-09-14
head_image: "/quasar_capgo.webp"
Expand Down
2 changes: 1 addition & 1 deletion src/content/plugins-tutorials/native-audio.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ NativeAudio.play({

The `preload` method is used to load an audio file into memory, and the `play` method is used to play the loaded audio file.

Other supported methods include `pause`, `resume`, `loop`, `stop`, `unload`, `setVolume`, `getDuration`, and `getCurrentTime`. You can refer to the [official documentation](https://github.com/riderx/native-audio/blob/master/README.md) for more details on these methods.
Other supported methods include `pause`, `resume`, `loop`, `stop`, `unload`, `setVolume`, `getDuration`, and `getCurrentTime`. You can refer to the [official documentation](https://github.com/Cap-go/native-audio/blob/main/README.md) for more details on these methods.

That's it! You have now learned how to use the `@capgo/native-audio` package to play sounds in your Capacitor application.

0 comments on commit 7ea1d6a

Please sign in to comment.