Re: [Scilab-users] designing a sound file

2019-12-22 Thread P M
...ticket is solved. Thank you Jan + Federico. Creating a zero-vector of just the right length and inserting the sound at the correct position just does it. BR Philipp Am So., 22. Dez. 2019 um 00:23 Uhr schrieb Federico Miyara < fmiy...@fceia.unr.edu.ar>: > > Philipp, > > You can certainly

Re: [Scilab-users] designing a sound file

2019-12-21 Thread Jan Åge Langeland
I am not really an expert in this format, but unless you want a very long file, the logical approach for me would be to make a vector with zeros representing all samples, then insert the imported tick and tack samples at the right places, and export to a file with wavewrite or savewave. Making

[Scilab-users] designing a sound file

2019-12-21 Thread P M
Dear experts, I try to compose (design) a small sound file, made of several wav-files. My question: How to approach this task in the best way? Here some input: - sound 1: Tick-sound of a clock - sound 2: Tock-sound of a clock each wav-file has these properties: - length: 0.1 sec -