webOS Nation Forums >  Homebrew >  webOS homebrew apps > playFeedback (System Sound API Demo) v0.0.2 [was v0.0.1](7/25)
playFeedback (System Sound API Demo) v0.0.2 [was v0.0.1](7/25)

  Reply
 
LinkBack Thread Tools Display Modes
Old 07/25/2009, 09:56 PM   #1 (permalink)
Member
 
boydell's Avatar
 
Join Date: Jun 2009
Posts: 190
Likes Received: 15
Thanks: 26
Thanked 270 Times in 30 Posts
Default playFeedback (System Sound API Demo) v0.0.2 [was v0.0.1](7/25)

So I was playing with the system sounds, and wished I had a way to review them all so I could easily determine if any of them would work for my app.

So, I took Irdavis4's Soundboard, and tweaked it to play all the built-in system sounds. All the currently available sounds are listed. Hopefully this program can help someone who wants to know what sounds are available and how to use them. If you want to know more about calls for the system sounds, look here.

Thanks, Irdavis4. Hopefully it's ok that I used your app as a source. Made this very quick.

v0.0.2 Added a few undocumented sounds that I found while digging around in the directories. They are the "*_buzz" sounds. Very much alike but slightly different in length. Oh, and the "delete_01" sound, which is documented, but I missed it somehow.

This application is in the public domain.
Attached Files
File Type: ipk com.orbsix.app.playfeedback_0.0.1_all.ipk (7.8 KB, 38 views) Email Attachment
Download URL:
File Type: ipk com.orbsix.app.playfeedback_0.0.2_all.ipk (7.8 KB, 173 views) Email Attachment
Download URL:
File Type: zip com.orbsix.app.playfeedback.zip (9.5 KB, 34 views) Email Attachment

Last edited by boydell; 07/25/2009 at 11:58 PM.
boydell is offline   Reply With Quote
Old 07/25/2009, 10:32 PM   #2 (permalink)
Homebrew Developer
 
milominderbinder's Avatar
 
Join Date: Mar 2005
Location: ↑ iPhone Black Launcher Theme
Posts: 4,593
Likes Received: 117
Thanks: 2,535
Thanked 3,156 Times in 908 Posts
Default

Cool application.

Can you give us a way to copy the sounds to our ringtones area if we want to use them for other things?

- Craig
__________________
- Milo
Getting StartedRingtonesVideos/MoviesPatches/ThemesMusic Player(Remix)
Battery LifeBackup/SyncingGreat Signal-AiraveiPhone ThemeForum Guidelines
milominderbinder is offline   Reply With Quote
Old 07/25/2009, 10:44 PM   #3 (permalink)
Member
 
Join Date: Jun 2009
Posts: 11
Likes Received: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Default

You said these were a part of the webOS system sounds? Why aren't they enabled for things like back, forward, ...? Do you think it would be possible to make an app to assign each one of these sounds to a specific action or event? That would make my day. Thanks for the sweet app.
Richardrk is offline   Reply With Quote
Old 07/25/2009, 10:56 PM   #4 (permalink)
Member
 
boydell's Avatar
 
Join Date: Jun 2009
Posts: 190
Likes Received: 15
Thanks: 26
Thanked 270 Times in 30 Posts
Default

Quote:
Originally Posted by Richardrk View Post
You said these were a part of the webOS system sounds? Why aren't they enabled for things like back, forward, ...? Do you think it would be possible to make an app to assign each one of these sounds to a specific action or event? That would make my day. Thanks for the sweet app.
Yah, it is interesting that they have all of these sounds, and don't use most of them. I don't know, cause I haven't looked, but I would guess that it would not be possible to assign these sounds to pre-existing actions or events without changing base WebOS code.
boydell is offline   Reply With Quote
Old 07/25/2009, 11:12 PM   #5 (permalink)
Member
 
boydell's Avatar
 
Join Date: Jun 2009
Posts: 190
Likes Received: 15
Thanks: 26
Thanked 270 Times in 30 Posts
Default

Quote:
Originally Posted by Milominderbinder View Post
Cool application.

Can you give us a way to copy the sounds to our ringtones area if we want to use them for other things?

- Craig
I didn't know where the sounds actually were, but I dug around and found them. They are in /usr/share/systemsounds. They are all PCM, and I assume they could be copied over to the ringtones directory and used for other stuff. However, they probably need to be named something different, so as not to confuse the system.

Of course that would require root access. And it would be a bit beyond my ability to create an app that would let you do it.

Last edited by boydell; 07/25/2009 at 11:17 PM.
boydell is offline   Reply With Quote
Old 07/26/2009, 12:58 AM   #6 (permalink)
Member
 
roor's Avatar
 
Join Date: Jul 2009
Posts: 142
Likes Received: 0
Thanks: 1
Thanked 8 Times in 8 Posts
Default

That's interesting, the only system sound I've actually heard is the woosh it makes when you close an app.
roor is offline   Reply With Quote
Old 07/27/2009, 12:30 AM   #7 (permalink)
Homebrew Developer
 
milominderbinder's Avatar
 
Join Date: Mar 2005
Location: ↑ iPhone Black Launcher Theme
Posts: 4,593
Likes Received: 117
Thanks: 2,535
Thanked 3,156 Times in 908 Posts
Default

I updated the thread title to reflect your update:

playFeedback (System Sound API Demo) v0.0.2 [was v0.0.1](7/25)

- Craig
__________________
- Milo
Getting StartedRingtonesVideos/MoviesPatches/ThemesMusic Player(Remix)
Battery LifeBackup/SyncingGreat Signal-AiraveiPhone ThemeForum Guidelines
milominderbinder is offline   Reply With Quote
Thanked By: boydell
Old 07/27/2009, 08:19 AM   #8 (permalink)
Member
 
boydell's Avatar
 
Join Date: Jun 2009
Posts: 190
Likes Received: 15
Thanks: 26
Thanked 270 Times in 30 Posts
Default

Quote:
Originally Posted by Milominderbinder View Post
I updated the thread title to reflect your update:
Thanks. I couldn't figure out how to do that.
boydell is offline   Reply With Quote
Old 08/24/2009, 07:53 PM   #9 (permalink)
Member
 
Join Date: Aug 2009
Posts: 28
Likes Received: 0
Thanks: 1
Thanked 2 Times in 2 Posts
Default help please

I downlaod this app and cal open it and play the sounds like crickets and so forth, but how do I get them to where I can use them as notifications. When using the homebrew notification app it only allows things that show up in your music player. These sounds do not show up in the music player, maybe because they are wav files and not mp3 files. Please advise?
sirberk is offline   Reply With Quote
Reply

 

Thread Tools
Display Modes



 


Content Relevant URLs by vBSEO 3.6.0