INQUISIT 4 SETTING DEFAULT .WAV PLAYER


Author
Message
sammyboy
sammyboy
Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)
Group: Awaiting Activation
Posts: 7, Visits: 7
want to change default sound player from windows media player to itunes
Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 104K
sammyboy - Monday, September 25, 2017
want to change default sound player from windows media player to itunes

This is not possible, I'm afraid.

sammyboy
sammyboy
Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)
Group: Awaiting Activation
Posts: 7, Visits: 7
Dave - Monday, September 25, 2017
sammyboy - Monday, September 25, 2017
want to change default sound player from windows media player to itunes

This is not possible, I'm afraid.

A script that is not playing on a win 7 media player, does play on Mac os using itunes.


Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 104K
sammyboy - Monday, September 25, 2017
Dave - Monday, September 25, 2017
sammyboy - Monday, September 25, 2017
want to change default sound player from windows media player to itunes

This is not possible, I'm afraid.

A script that is not playing on a win 7 media player, does play on Mac os using itunes.


Depending on what sound format you use, you may have a codec problem under Windows, i.e. the system doesn't know how to render the respective file. Also note that under Windows, you _must_ use the <video> element -- not <sound> -- to play any media files, including audio, that are not PCM WAV files. In other words:

<sound mysound>
/ items = ("mysound.mp3")
...
</sound>

will not work under Windows, but will work under OSX, because OSX handles media files differently.

<video mysound>
/ items = ("mysound.mp3")
...
</video>

will work under Windows and Mac.

sammyboy
sammyboy
Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)
Group: Awaiting Activation
Posts: 7, Visits: 7
Dave - Monday, September 25, 2017
sammyboy - Monday, September 25, 2017
Dave - Monday, September 25, 2017
sammyboy - Monday, September 25, 2017
want to change default sound player from windows media player to itunes

This is not possible, I'm afraid.

A script that is not playing on a win 7 media player, does play on Mac os using itunes.


Depending on what sound format you use, you may have a codec problem under Windows, i.e. the system doesn't know how to render the respective file. Also note that under Windows, you _must_ use the <video> element -- not <sound> -- to play any media files, including audio, that are not PCM WAV files. In other words:

<sound mysound>
/ items = ("mysound.mp3")
...
</sound>

will not work under Windows, but will work under OSX, because OSX handles media files differently.

<video mysound>
/ items = ("mysound.mp3")
...
</video>

will work under Windows and Mac.

DirectSound Error -2004353017: Unknown DirectSound error.. Line 170, File win\SoundPlayer.cpp

Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 104K
sammyboy - Monday, September 25, 2017
Dave - Monday, September 25, 2017
sammyboy - Monday, September 25, 2017
Dave - Monday, September 25, 2017
sammyboy - Monday, September 25, 2017
want to change default sound player from windows media player to itunes

This is not possible, I'm afraid.

A script that is not playing on a win 7 media player, does play on Mac os using itunes.


Depending on what sound format you use, you may have a codec problem under Windows, i.e. the system doesn't know how to render the respective file. Also note that under Windows, you _must_ use the <video> element -- not <sound> -- to play any media files, including audio, that are not PCM WAV files. In other words:

<sound mysound>
/ items = ("mysound.mp3")
...
</sound>

will not work under Windows, but will work under OSX, because OSX handles media files differently.

<video mysound>
/ items = ("mysound.mp3")
...
</video>

will work under Windows and Mac.

DirectSound Error -2004353017: Unknown DirectSound error.. Line 170, File win\SoundPlayer.cpp

This could be due to a broken soundcard driver. Try locating the latest available driver via the system manufacturer's site and updating to that.

sammyboy
sammyboy
Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)
Group: Awaiting Activation
Posts: 7, Visits: 7
Dave - Monday, September 25, 2017
sammyboy - Monday, September 25, 2017
Dave - Monday, September 25, 2017
sammyboy - Monday, September 25, 2017
Dave - Monday, September 25, 2017
sammyboy - Monday, September 25, 2017
want to change default sound player from windows media player to itunes

This is not possible, I'm afraid.

A script that is not playing on a win 7 media player, does play on Mac os using itunes.


Depending on what sound format you use, you may have a codec problem under Windows, i.e. the system doesn't know how to render the respective file. Also note that under Windows, you _must_ use the <video> element -- not <sound> -- to play any media files, including audio, that are not PCM WAV files. In other words:

<sound mysound>
/ items = ("mysound.mp3")
...
</sound>

will not work under Windows, but will work under OSX, because OSX handles media files differently.

<video mysound>
/ items = ("mysound.mp3")
...
</video>

will work under Windows and Mac.

DirectSound Error -2004353017: Unknown DirectSound error.. Line 170, File win\SoundPlayer.cpp

This could be due to a broken soundcard driver. Try locating the latest available driver via the system manufacturer's site and updating to that.

not that, latest driver is installed. By the way thank you for your help.

sammyboy
sammyboy
Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)
Group: Awaiting Activation
Posts: 7, Visits: 7
sammyboy - Monday, September 25, 2017
Dave - Monday, September 25, 2017
sammyboy - Monday, September 25, 2017
Dave - Monday, September 25, 2017
sammyboy - Monday, September 25, 2017
Dave - Monday, September 25, 2017
sammyboy - Monday, September 25, 2017
want to change default sound player from windows media player to itunes

This is not possible, I'm afraid.

A script that is not playing on a win 7 media player, does play on Mac os using itunes.


Depending on what sound format you use, you may have a codec problem under Windows, i.e. the system doesn't know how to render the respective file. Also note that under Windows, you _must_ use the <video> element -- not <sound> -- to play any media files, including audio, that are not PCM WAV files. In other words:

<sound mysound>
/ items = ("mysound.mp3")
...
</sound>

will not work under Windows, but will work under OSX, because OSX handles media files differently.

<video mysound>
/ items = ("mysound.mp3")
...
</video>

will work under Windows and Mac.

DirectSound Error -2004353017: Unknown DirectSound error.. Line 170, File win\SoundPlayer.cpp

This could be due to a broken soundcard driver. Try locating the latest available driver via the system manufacturer's site and updating to that.

not that, latest driver is installed. By the way thank you for your help.

*****Specify Subject Stimuli*****

<sound rps01>
/items = ("RPS01.wav")
/pan = 0
</sound>

Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 13K, Visits: 104K
sammyboy - Monday, September 25, 2017
sammyboy - Monday, September 25, 2017
Dave - Monday, September 25, 2017
sammyboy - Monday, September 25, 2017
Dave - Monday, September 25, 2017
sammyboy - Monday, September 25, 2017
Dave - Monday, September 25, 2017
sammyboy - Monday, September 25, 2017
want to change default sound player from windows media player to itunes

This is not possible, I'm afraid.

A script that is not playing on a win 7 media player, does play on Mac os using itunes.


Depending on what sound format you use, you may have a codec problem under Windows, i.e. the system doesn't know how to render the respective file. Also note that under Windows, you _must_ use the <video> element -- not <sound> -- to play any media files, including audio, that are not PCM WAV files. In other words:

<sound mysound>
/ items = ("mysound.mp3")
...
</sound>

will not work under Windows, but will work under OSX, because OSX handles media files differently.

<video mysound>
/ items = ("mysound.mp3")
...
</video>

will work under Windows and Mac.

DirectSound Error -2004353017: Unknown DirectSound error.. Line 170, File win\SoundPlayer.cpp

This could be due to a broken soundcard driver. Try locating the latest available driver via the system manufacturer's site and updating to that.

not that, latest driver is installed. By the way thank you for your help.

*****Specify Subject Stimuli*****

<sound rps01>
/items = ("RPS01.wav")
/pan = 0
</sound>

Can you attach a piece of run-able example code, including the above WAV file, that triggers the error on your system? Just put those things in a ZIP file and then click +Insert -> Add File to attach that to a reply here.

sammyboy
sammyboy
Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)Partner Member (908 reputation)
Group: Awaiting Activation
Posts: 7, Visits: 7
Dave - Monday, September 25, 2017
sammyboy - Monday, September 25, 2017
sammyboy - Monday, September 25, 2017
Dave - Monday, September 25, 2017
sammyboy - Monday, September 25, 2017
Dave - Monday, September 25, 2017
sammyboy - Monday, September 25, 2017
Dave - Monday, September 25, 2017
sammyboy - Monday, September 25, 2017
want to change default sound player from windows media player to itunes

This is not possible, I'm afraid.

A script that is not playing on a win 7 media player, does play on Mac os using itunes.


Depending on what sound format you use, you may have a codec problem under Windows, i.e. the system doesn't know how to render the respective file. Also note that under Windows, you _must_ use the <video> element -- not <sound> -- to play any media files, including audio, that are not PCM WAV files. In other words:

<sound mysound>
/ items = ("mysound.mp3")
...
</sound>

will not work under Windows, but will work under OSX, because OSX handles media files differently.

<video mysound>
/ items = ("mysound.mp3")
...
</video>

will work under Windows and Mac.

DirectSound Error -2004353017: Unknown DirectSound error.. Line 170, File win\SoundPlayer.cpp

This could be due to a broken soundcard driver. Try locating the latest available driver via the system manufacturer's site and updating to that.

not that, latest driver is installed. By the way thank you for your help.

*****Specify Subject Stimuli*****

<sound rps01>
/items = ("RPS01.wav")
/pan = 0
</sound>

Can you attach a piece of run-able example code, including the above WAV file, that triggers the error on your system? Just put those things in a ZIP file and then click +Insert -> Add File to attach that to a reply here.



Attachments
expsam.zip (307 views, 1.00 KB)
RPS01.zip (324 views, 333.00 KB)
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search