Main Page: Difference between revisions
Jump to navigation
Jump to search
Zach.swena (talk | contribs) No edit summary |
Zach.swena (talk | contribs) |
||
Line 15: | Line 15: | ||
====How to get Sound.m to work in Windows==== |
====How to get Sound.m to work in Windows==== |
||
Install sox to the octave bin dir. |
|||
Intall sox from |
|||
http://sox.sourceforge.net/ |
http://sox.sourceforge.net/ |
||
Open sound.m from |
|||
.\Octave\3.2.4_gcc-4.4.0\share\octave\packages\audio-1.1.4 |
|||
Edit sound.m by commenting out line 99 and paste the following right after |
Edit sound.m by commenting out line 99 and paste the following right after |
Revision as of 08:13, 2 December 2011
Classes
- Linear Network Analysis
- Feedback and Control Systems
- Engineering Electronics
- Electromechanical Energy Conversion
- Power Electronics
- Signals and Systems
- Communications Systems
Useful Tools
How to get Sound.m to work in Windows
Install sox to the octave bin dir.
http://sox.sourceforge.net/
Open sound.m from
.\Octave\3.2.4_gcc-4.4.0\share\octave\packages\audio-1.1.4
Edit sound.m by commenting out line 99 and paste the following right after
if(file_in_path(EXEC_PATH, "sox.exe")) sound_play_utility = "sox.exe -t AU - -d";