Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Thank You for your continued support and contributions!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Recording
| | |-+  Recording via optical-in
« previous next »
  • Print
Pages: 1 2 3 [4] 5 6 ... 8

Author Topic: Recording via optical-in  (Read 56217 times)

Offline mborus

  • Member
  • *
  • Posts: 127
Re: Recording via optical-in
« Reply #45 on: April 23, 2006, 05:44:25 AM »
Quote
Hi,

everything I see is kind of a text file (never installed a plugin). What do I have to do to make it run on the H120 ?
What is it supposed to do ?

You are supposed to compile your own rockbox version with this,
or you have to wait if someone compiles one for you.

I tried compiling it following the instructions(*) on the rockbox homepage.

"Digital" appears as a selection for recording source.
When I connect a 44.1 kHz or 48 kHz source, nothing happens.
I can't hear it and when I start a recording anyway, the Iriver tries
to start a recording and freezes.

At least this got me motivated to set up a building environment :)

----
(*Note: If you never tried this, they are quite good. The only guesswork
I had to do was where to put the files - Patch goes into the rockbox root
directory to work, rockbox source tar file goes into c:\cygwin\home\<USERNAME>)


« Last Edit: April 23, 2006, 07:35:59 AM by mborus »
Logged

Offline hellokitty

  • Member
  • *
  • Posts: 31
Re: Recording via optical-in
« Reply #46 on: April 23, 2006, 08:16:16 AM »
Thanks,

but all I can see is

http://www.pvv.org/~thomj/rockbox/spdif_recording.patch

Is this the patch itself or just an instruction ?

Logged

Offline Llorean

  • Member
  • *
  • Posts: 12931
Re: Recording via optical-in
« Reply #47 on: April 23, 2006, 08:17:56 AM »
It's a patch. You apply it to the source code, and then compile.
Logged

Offline mborus

  • Member
  • *
  • Posts: 127
Re: Recording via optical-in
« Reply #48 on: April 23, 2006, 08:37:35 AM »
Quote
Thanks,

but all I can see is

http://www.pvv.org/~thomj/rockbox/spdif_recording.patch

Is this the patch itself or just an instruction ?

It's the patch.

See http://www.rockbox.org/twiki/bin/view/Main/DocsIndex

And read the section "For Developers"

Here you need to read:
# First-time guide to Rockbox development.
# Detailed instructions on compiling.
# The simplified guide to compiling.
# How to work with patches.

This is a bit scary, but you can get it to work.
Or just wait a few days...

Logged

Offline sullen

  • Member
  • *
  • Posts: 19
Re: Recording via optical-in
« Reply #49 on: April 23, 2006, 01:10:30 PM »
I did my first ever patch/compile today just so I could check out the Optical Recording.  I am having the same issue as the above poster.  I turn on my Optical source before turning on the iRiver, go to record, select Digital, and the go to the recording screen.  I get no levels at all.  I hit record and the timer starts but still no levels.  I can hit stop and it stops, but freezes after that.  I patched with today's (4/23) source.
Logged

Offline preglow

  • Developer
  • Member
  • *
  • Posts: 164
Re: Recording via optical-in
« Reply #50 on: April 23, 2006, 07:48:08 PM »
There's a new patch at the same URL now. I also just noticed that SPDIF output needs to be on in the playback menu for recording to work. This patch works 100% for me, so I hope for a bigger success rate this time... Feedback is welcome.
Logged

Offline whatboutbob

  • Member
  • *
  • Posts: 178
Re: Recording via optical-in
« Reply #51 on: April 23, 2006, 08:23:58 PM »
Woohoo!  Its very early days but I've recorded two files and they played back fine.

I used a precompiled version which wouldn't intially work for me until I reset .cfg.  Like preglow mentioned you also have to enable optical output (general -> Playback -> Optical Output). Happy testing!
Logged

Offline dwonk

  • Member
  • *
  • Posts: 28
Re: Recording via optical-in
« Reply #52 on: April 23, 2006, 08:40:33 PM »
preglow, thanks so much for the patch!

Anybody point out where to grab the compiled version with preglow's SPDIF patch?

By, reset .cfg, you mean restore the user configurations to default in general setings menu?
Logged

Offline whatboutbob

  • Member
  • *
  • Posts: 178
Re: Recording via optical-in
« Reply #53 on: April 23, 2006, 09:03:20 PM »
I hope preglow doesn't mind me sharing this...but its in the IRC logs anyways...:

http://www.pvv.org/~thomj/rockbox/rockbox.iriver

reset .cfg: Manage Settings > Reset Settings.
Logged

Offline sullen

  • Member
  • *
  • Posts: 19
Re: Recording via optical-in
« Reply #54 on: April 23, 2006, 09:50:06 PM »
Wow, I have learned a lot today!  Did my first patch today and boy was it a good one.  Everything works as described at this point.  I like how you see the size of the file as it is recorded.  It took a bit to actually write the file after I pushed stop.  I only recorded one file just under 3 minutes at 44.1k so far.  Will it be easy to incorporate the other recording functionings to coincide with the Optical recording?  I know nothing about programming but may look at it some for kicks.  Thank you for the patch!  I am sure now that the initial hurdle has been passed, a lot of people will put some attention to the tweaks. 
Logged

Offline LinusN

  • Member
  • *
  • Posts: 1914
Re: Recording via optical-in
« Reply #55 on: April 24, 2006, 02:17:45 AM »
Quote from: sullen on April 23, 2006, 09:50:06 PM
Will it be easy to incorporate the other recording functionings to coincide with the Optical recording?
What functions? All the functionality for the analog recording should work for digital as well, except for the gain settings of course.
Logged
Archos Jukebox 6000, Recorder, FM Recorder/iAudio X5/iriver H1x0, H3x0/Toshiba Gigabeat F20/iPod G5, G5.5

Offline mborus

  • Member
  • *
  • Posts: 127
Re: Recording via optical-in
« Reply #56 on: April 24, 2006, 02:21:42 AM »
Quote
There's a new patch at the same URL now. I also just noticed that SPDIF output needs to be on in the playback menu for recording to work. This patch works 100% for me, so I hope for a bigger success rate this time... Feedback is welcome.

Just one question, as I'm new to patching.
Do I need to undo the other patch first or will the new patch
fix this automatically?
Logged

Offline petur

  • Developer
  • Member
  • *
  • Posts: 769
  • wtb: time
Re: Recording via optical-in
« Reply #57 on: April 24, 2006, 04:13:48 AM »
undo the old patch or start from a clean cvs download
Logged

Offline dwonk

  • Member
  • *
  • Posts: 28
Re: Recording via optical-in
« Reply #58 on: April 24, 2006, 09:18:16 AM »
I used that patched and compiled .iriver document I got off of preglow's site and couldn't get past 28MB (feeding it with a SPDIF signal from a modSBM).  I think that the RAM buffer is having trouble flushing and as a result the player locks up.  FWIW, I have had the same issue with analog recording in the past.  Maybe the first signs of HD failure?  I know I got some bad sectors on the drive.
Logged

Offline mborus

  • Member
  • *
  • Posts: 127
Re: Recording via optical-in
« Reply #59 on: April 24, 2006, 10:01:16 AM »

Here's a short test during lunch break.

Recording from CD (running) worked.
Recording from CD (not running yet to catch beginning) freezes Iriver.
Recording from satellite (48 kHz) worked, but resulted in a 44.1 kHz file

The best thing. Recording the same 10 minute segment twice resulted
in bit identical files.

Here are the two recordings:



This is the difference (I inverted file 2 and added both) :


During the length of the shorter the result is zero. So no difference.

Perfect.

The only bad news is that first of the two trial recordings failed after
14 minutes. Here the peak meter showed nothing and the file size was
not increasing any longer.
Logged

  • Print
Pages: 1 2 3 [4] 5 6 ... 8
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Recording
| | |-+  Recording via optical-in
 

  • SMF 2.0.17 | SMF © 2019, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.126 seconds with 15 queries.